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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=77",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 78,
    "results": [
        {
            "start": 822985854,
            "stop": 822993529
        },
        {
            "start": 822993606,
            "stop": 822994605
        },
        {
            "start": 822994910,
            "stop": 823009423
        },
        {
            "start": 823009425,
            "stop": 823012283
        },
        {
            "start": 823012285,
            "stop": 823012290
        },
        {
            "start": 823012350,
            "stop": 823012356
        },
        {
            "start": 823014112,
            "stop": 823017614
        },
        {
            "start": 823018000,
            "stop": 823018290
        },
        {
            "start": 823020636,
            "stop": 823021814
        },
        {
            "start": 823021942,
            "stop": 823022083
        },
        {
            "start": 823022220,
            "stop": 823022921
        },
        {
            "start": 823023021,
            "stop": 823023270
        },
        {
            "start": 823023624,
            "stop": 823028792
        },
        {
            "start": 823028798,
            "stop": 823029570
        },
        {
            "start": 823029630,
            "stop": 823029641
        },
        {
            "start": 823030532,
            "stop": 823032147
        },
        {
            "start": 823034368,
            "stop": 823036337
        },
        {
            "start": 823036345,
            "stop": 823039585
        },
        {
            "start": 823039590,
            "stop": 823039607
        },
        {
            "start": 823039613,
            "stop": 823040292
        }
    ]
}