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_CBCLOW_CAT4/segments?format=api&page=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=33",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 34,
    "results": [
        {
            "start": 816822960,
            "stop": 816823629
        },
        {
            "start": 816825229,
            "stop": 816830990
        },
        {
            "start": 816831070,
            "stop": 816832212
        },
        {
            "start": 816832219,
            "stop": 816842673
        },
        {
            "start": 816845205,
            "stop": 816845292
        },
        {
            "start": 816845299,
            "stop": 816845803
        },
        {
            "start": 816846044,
            "stop": 816848580
        },
        {
            "start": 816848640,
            "stop": 816857863
        },
        {
            "start": 816858044,
            "stop": 816858420
        },
        {
            "start": 816858433,
            "stop": 816858950
        },
        {
            "start": 816859030,
            "stop": 816865153
        },
        {
            "start": 816865202,
            "stop": 816865203
        },
        {
            "start": 816866663,
            "stop": 816867054
        },
        {
            "start": 816867061,
            "stop": 816867823
        },
        {
            "start": 816868004,
            "stop": 816868982
        },
        {
            "start": 816869713,
            "stop": 816874020
        },
        {
            "start": 816874080,
            "stop": 816876403
        },
        {
            "start": 816876584,
            "stop": 816877140
        },
        {
            "start": 816877200,
            "stop": 816882192
        },
        {
            "start": 816882225,
            "stop": 816882883
        }
    ]
}