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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=363",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 364,
    "results": [
        {
            "start": 823079042,
            "stop": 823079045
        },
        {
            "start": 823079049,
            "stop": 823079107
        },
        {
            "start": 823079111,
            "stop": 823079219
        },
        {
            "start": 823079222,
            "stop": 823079225
        },
        {
            "start": 823079229,
            "stop": 823079232
        },
        {
            "start": 823079235,
            "stop": 823079239
        },
        {
            "start": 823079242,
            "stop": 823079276
        },
        {
            "start": 823079279,
            "stop": 823079281
        },
        {
            "start": 823079285,
            "stop": 823079300
        },
        {
            "start": 823079304,
            "stop": 823079321
        },
        {
            "start": 823079324,
            "stop": 823079333
        },
        {
            "start": 823079336,
            "stop": 823079356
        },
        {
            "start": 823079360,
            "stop": 823079408
        },
        {
            "start": 823079412,
            "stop": 823079414
        },
        {
            "start": 823079417,
            "stop": 823079453
        },
        {
            "start": 823079456,
            "stop": 823079459
        },
        {
            "start": 823079464,
            "stop": 823079466
        },
        {
            "start": 823079470,
            "stop": 823079491
        },
        {
            "start": 823079494,
            "stop": 823079498
        },
        {
            "start": 823079501,
            "stop": 823079505
        }
    ]
}