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_CAT3/segments?format=api&page=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=30",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 31,
    "results": [
        {
            "start": 816816790,
            "stop": 816816890
        },
        {
            "start": 816816970,
            "stop": 816818413
        },
        {
            "start": 816819345,
            "stop": 816820010
        },
        {
            "start": 816820210,
            "stop": 816821810
        },
        {
            "start": 816821890,
            "stop": 816821990
        },
        {
            "start": 816822070,
            "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": 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": 816876403
        }
    ]
}