Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=380
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=379",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 380,
    "results": [
        {
            "start": 860206202,
            "stop": 860252424
        },
        {
            "start": 860269903,
            "stop": 860273108
        },
        {
            "start": 860274698,
            "stop": 860280065
        },
        {
            "start": 860281604,
            "stop": 860341468
        },
        {
            "start": 860342259,
            "stop": 860342969
        },
        {
            "start": 860343966,
            "stop": 860347038
        },
        {
            "start": 860347119,
            "stop": 860347413
        },
        {
            "start": 860347990,
            "stop": 860357867
        },
        {
            "start": 860358734,
            "stop": 860364237
        },
        {
            "start": 860364389,
            "stop": 860364420
        },
        {
            "start": 860365309,
            "stop": 860366132
        },
        {
            "start": 860367239,
            "stop": 860367297
        },
        {
            "start": 860367550,
            "stop": 860371175
        },
        {
            "start": 860372544,
            "stop": 860401427
        },
        {
            "start": 860401614,
            "stop": 860438619
        },
        {
            "start": 860438946,
            "stop": 860439778
        },
        {
            "start": 860440004,
            "stop": 860440173
        },
        {
            "start": 860442159,
            "stop": 860444407
        },
        {
            "start": 860444469,
            "stop": 860447865
        },
        {
            "start": 860448012,
            "stop": 860448421
        }
    ]
}