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/H2_CBCHIGH_CAT4/segments?format=api&page=4932
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=4933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4931",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4932,
    "results": [
        {
            "start": 875214788,
            "stop": 875214793
        },
        {
            "start": 875214812,
            "stop": 875214825
        },
        {
            "start": 875214984,
            "stop": 875214987
        },
        {
            "start": 875215006,
            "stop": 875215116
        },
        {
            "start": 875215140,
            "stop": 875215148
        },
        {
            "start": 875215168,
            "stop": 875215243
        },
        {
            "start": 875215294,
            "stop": 875215310
        },
        {
            "start": 875215329,
            "stop": 875215334
        },
        {
            "start": 875215353,
            "stop": 875215357
        },
        {
            "start": 875215377,
            "stop": 875215383
        },
        {
            "start": 875215402,
            "stop": 875215467
        },
        {
            "start": 875215486,
            "stop": 875215488
        },
        {
            "start": 875215507,
            "stop": 875215529
        },
        {
            "start": 875215549,
            "stop": 875215570
        },
        {
            "start": 875215603,
            "stop": 875215632
        },
        {
            "start": 875215666,
            "stop": 875215672
        },
        {
            "start": 875215691,
            "stop": 875215696
        },
        {
            "start": 875215715,
            "stop": 875215794
        },
        {
            "start": 875215814,
            "stop": 875215819
        },
        {
            "start": 875215846,
            "stop": 875215891
        }
    ]
}