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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=377",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 378,
    "results": [
        {
            "start": 823616642,
            "stop": 823617726
        },
        {
            "start": 823698641,
            "stop": 823699973
        },
        {
            "start": 823699990,
            "stop": 823700205
        },
        {
            "start": 823700209,
            "stop": 823705926
        },
        {
            "start": 823705930,
            "stop": 823711817
        },
        {
            "start": 823768885,
            "stop": 823768965
        },
        {
            "start": 823769267,
            "stop": 823769972
        },
        {
            "start": 823770272,
            "stop": 823770626
        },
        {
            "start": 823770926,
            "stop": 823770950
        },
        {
            "start": 823771250,
            "stop": 823771388
        },
        {
            "start": 823771950,
            "stop": 823772163
        },
        {
            "start": 823772180,
            "stop": 823772308
        },
        {
            "start": 823772608,
            "stop": 823773389
        },
        {
            "start": 823773689,
            "stop": 823773843
        },
        {
            "start": 823774143,
            "stop": 823774934
        },
        {
            "start": 823775398,
            "stop": 823777253
        },
        {
            "start": 823777553,
            "stop": 823778096
        },
        {
            "start": 823778541,
            "stop": 823780690
        },
        {
            "start": 823780707,
            "stop": 823780710
        },
        {
            "start": 823780727,
            "stop": 823782353
        }
    ]
}