Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5164
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5163",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5164,
    "results": [
        {
            "start": 969635918,
            "stop": 969636038
        },
        {
            "start": 969636098,
            "stop": 969636158
        },
        {
            "start": 969637898,
            "stop": 969638078
        },
        {
            "start": 969638738,
            "stop": 969638798
        },
        {
            "start": 969639458,
            "stop": 969639525
        },
        {
            "start": 969639528,
            "stop": 969639638
        },
        {
            "start": 969640958,
            "stop": 969641198
        },
        {
            "start": 969651278,
            "stop": 969651335
        },
        {
            "start": 969651338,
            "stop": 969651398
        },
        {
            "start": 969653498,
            "stop": 969653558
        },
        {
            "start": 969656738,
            "stop": 969656798
        },
        {
            "start": 969657218,
            "stop": 969657338
        },
        {
            "start": 969657398,
            "stop": 969657458
        },
        {
            "start": 969657638,
            "stop": 969657698
        },
        {
            "start": 969657938,
            "stop": 969657973
        },
        {
            "start": 969657976,
            "stop": 969657998
        },
        {
            "start": 969658058,
            "stop": 969658128
        },
        {
            "start": 969658131,
            "stop": 969658289
        },
        {
            "start": 969658292,
            "stop": 969658503
        },
        {
            "start": 969658506,
            "stop": 969658690
        }
    ]
}