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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=43",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 44,
    "results": [
        {
            "start": 817194212,
            "stop": 817196338
        },
        {
            "start": 817196345,
            "stop": 817196347
        },
        {
            "start": 817196354,
            "stop": 817196451
        },
        {
            "start": 817196458,
            "stop": 817196483
        },
        {
            "start": 817196490,
            "stop": 817196531
        },
        {
            "start": 817196540,
            "stop": 817196566
        },
        {
            "start": 817196574,
            "stop": 817196637
        },
        {
            "start": 817196644,
            "stop": 817196737
        },
        {
            "start": 817196744,
            "stop": 817196833
        },
        {
            "start": 817196840,
            "stop": 817196891
        },
        {
            "start": 817196899,
            "stop": 817196954
        },
        {
            "start": 817196961,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817197040
        },
        {
            "start": 817197047,
            "stop": 817197104
        },
        {
            "start": 817197111,
            "stop": 817197138
        },
        {
            "start": 817197145,
            "stop": 817197220
        },
        {
            "start": 817197227,
            "stop": 817197317
        },
        {
            "start": 817197324,
            "stop": 817197719
        },
        {
            "start": 817197726,
            "stop": 817197759
        },
        {
            "start": 817197766,
            "stop": 817197853
        }
    ]
}