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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=362",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 363,
    "results": [
        {
            "start": 874879206,
            "stop": 874901652
        },
        {
            "start": 874904138,
            "stop": 874945446
        },
        {
            "start": 874949087,
            "stop": 874952404
        },
        {
            "start": 874954192,
            "stop": 874959048
        },
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874977349
        },
        {
            "start": 874979015,
            "stop": 874979337
        },
        {
            "start": 874981224,
            "stop": 874985556
        },
        {
            "start": 874986868,
            "stop": 874987895
        },
        {
            "start": 874990134,
            "stop": 875022622
        },
        {
            "start": 875030773,
            "stop": 875041690
        },
        {
            "start": 875042699,
            "stop": 875056031
        },
        {
            "start": 875057465,
            "stop": 875075848
        },
        {
            "start": 875077151,
            "stop": 875104021
        },
        {
            "start": 875106680,
            "stop": 875109304
        },
        {
            "start": 875109875,
            "stop": 875120273
        },
        {
            "start": 875123026,
            "stop": 875154060
        },
        {
            "start": 875162343,
            "stop": 875166350
        },
        {
            "start": 875171323,
            "stop": 875182034
        },
        {
            "start": 875183761,
            "stop": 875200537
        }
    ]
}