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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=193",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 194,
    "results": [
        {
            "start": 820269050,
            "stop": 820270696
        },
        {
            "start": 820270703,
            "stop": 820270912
        },
        {
            "start": 820270920,
            "stop": 820271237
        },
        {
            "start": 820271244,
            "stop": 820272890
        },
        {
            "start": 820272970,
            "stop": 820273135
        },
        {
            "start": 820273142,
            "stop": 820273448
        },
        {
            "start": 820273686,
            "stop": 820273742
        },
        {
            "start": 820273750,
            "stop": 820274580
        },
        {
            "start": 820274640,
            "stop": 820275913
        },
        {
            "start": 820275928,
            "stop": 820275929
        },
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820281848
        },
        {
            "start": 820281856,
            "stop": 820282698
        },
        {
            "start": 820282705,
            "stop": 820283100
        },
        {
            "start": 820283160,
            "stop": 820284344
        },
        {
            "start": 820284352,
            "stop": 820284793
        },
        {
            "start": 820285510,
            "stop": 820286654
        },
        {
            "start": 820286661,
            "stop": 820286998
        },
        {
            "start": 820287005,
            "stop": 820287026
        },
        {
            "start": 820287034,
            "stop": 820287214
        }
    ]
}