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/L1_CW_CAT1/segments?format=api&page=358
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=357",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 358,
    "results": [
        {
            "start": 870610775,
            "stop": 870612979
        },
        {
            "start": 870613257,
            "stop": 870614300
        },
        {
            "start": 870614385,
            "stop": 870615872
        },
        {
            "start": 870617307,
            "stop": 870618402
        },
        {
            "start": 870618440,
            "stop": 870620099
        },
        {
            "start": 870620161,
            "stop": 870620312
        },
        {
            "start": 870620438,
            "stop": 870621084
        },
        {
            "start": 870621128,
            "stop": 870621934
        },
        {
            "start": 870622434,
            "stop": 870623369
        },
        {
            "start": 870662770,
            "stop": 870663884
        },
        {
            "start": 870663922,
            "stop": 870667999
        },
        {
            "start": 870668082,
            "stop": 870683262
        },
        {
            "start": 870684588,
            "stop": 870703414
        },
        {
            "start": 870708217,
            "stop": 870708501
        },
        {
            "start": 870708613,
            "stop": 870710397
        },
        {
            "start": 870715269,
            "stop": 870716818
        },
        {
            "start": 870720207,
            "stop": 870721607
        },
        {
            "start": 870723773,
            "stop": 870726279
        },
        {
            "start": 870726692,
            "stop": 870727070
        },
        {
            "start": 870727445,
            "stop": 870727927
        }
    ]
}