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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=132",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 133,
    "results": [
        {
            "start": 829700375,
            "stop": 829700522
        },
        {
            "start": 829700526,
            "stop": 829700787
        },
        {
            "start": 829700796,
            "stop": 829700807
        },
        {
            "start": 829700811,
            "stop": 829700870
        },
        {
            "start": 829700879,
            "stop": 829701426
        },
        {
            "start": 829701430,
            "stop": 829701885
        },
        {
            "start": 829701894,
            "stop": 829701919
        },
        {
            "start": 829701928,
            "stop": 829701997
        },
        {
            "start": 829702001,
            "stop": 829702169
        },
        {
            "start": 829702172,
            "stop": 829702924
        },
        {
            "start": 829702928,
            "stop": 829702934
        },
        {
            "start": 829702943,
            "stop": 829702959
        },
        {
            "start": 829702963,
            "stop": 829702969
        },
        {
            "start": 829702973,
            "stop": 829702993
        },
        {
            "start": 829702997,
            "stop": 829703283
        },
        {
            "start": 829703287,
            "stop": 829703297
        },
        {
            "start": 829703301,
            "stop": 829703327
        },
        {
            "start": 829703330,
            "stop": 829703351
        },
        {
            "start": 829703354,
            "stop": 829703427
        },
        {
            "start": 829703432,
            "stop": 829703438
        }
    ]
}