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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=82",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 83,
    "results": [
        {
            "start": 824209710,
            "stop": 824209770
        },
        {
            "start": 824209890,
            "stop": 824210670
        },
        {
            "start": 824210730,
            "stop": 824210927
        },
        {
            "start": 824210933,
            "stop": 824211330
        },
        {
            "start": 824211390,
            "stop": 824211450
        },
        {
            "start": 824211510,
            "stop": 824211788
        },
        {
            "start": 824212202,
            "stop": 824214296
        },
        {
            "start": 824215048,
            "stop": 824215355
        },
        {
            "start": 824216174,
            "stop": 824217152
        },
        {
            "start": 824221812,
            "stop": 824223210
        },
        {
            "start": 824223214,
            "stop": 824223222
        },
        {
            "start": 824223224,
            "stop": 824223924
        },
        {
            "start": 824299426,
            "stop": 824299872
        },
        {
            "start": 824300172,
            "stop": 824300226
        },
        {
            "start": 824300336,
            "stop": 824307514
        },
        {
            "start": 824307516,
            "stop": 824307570
        },
        {
            "start": 824307572,
            "stop": 824307594
        },
        {
            "start": 824307595,
            "stop": 824310302
        },
        {
            "start": 824310308,
            "stop": 824314087
        },
        {
            "start": 824361208,
            "stop": 824361350
        }
    ]
}