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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=378",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 379,
    "results": [
        {
            "start": 821433727,
            "stop": 821434129
        },
        {
            "start": 821434148,
            "stop": 821434380
        },
        {
            "start": 821434399,
            "stop": 821434675
        },
        {
            "start": 821434694,
            "stop": 821434717
        },
        {
            "start": 821434736,
            "stop": 821434748
        },
        {
            "start": 821434782,
            "stop": 821434799
        },
        {
            "start": 821434837,
            "stop": 821435102
        },
        {
            "start": 821435121,
            "stop": 821435144
        },
        {
            "start": 821435163,
            "stop": 821435181
        },
        {
            "start": 821435200,
            "stop": 821435399
        },
        {
            "start": 821435418,
            "stop": 821435485
        },
        {
            "start": 821435504,
            "stop": 821435557
        },
        {
            "start": 821435576,
            "stop": 821435590
        },
        {
            "start": 821435609,
            "stop": 821435693
        },
        {
            "start": 821435744,
            "stop": 821435748
        },
        {
            "start": 821435767,
            "stop": 821435893
        },
        {
            "start": 821435912,
            "stop": 821435950
        },
        {
            "start": 821435969,
            "stop": 821435982
        },
        {
            "start": 821436001,
            "stop": 821436165
        },
        {
            "start": 821436198,
            "stop": 821436223
        }
    ]
}