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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=115",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 116,
    "results": [
        {
            "start": 856454285,
            "stop": 856466335
        },
        {
            "start": 856467690,
            "stop": 856471185
        },
        {
            "start": 856472054,
            "stop": 856500908
        },
        {
            "start": 856510165,
            "stop": 856527718
        },
        {
            "start": 856528980,
            "stop": 856536438
        },
        {
            "start": 856536891,
            "stop": 856544306
        },
        {
            "start": 856545467,
            "stop": 856571532
        },
        {
            "start": 856573996,
            "stop": 856583620
        },
        {
            "start": 856584052,
            "stop": 856591063
        },
        {
            "start": 856591523,
            "stop": 856613479
        },
        {
            "start": 856613944,
            "stop": 856627246
        },
        {
            "start": 856656434,
            "stop": 856695705
        },
        {
            "start": 856696222,
            "stop": 856698655
        },
        {
            "start": 856700103,
            "stop": 856700105
        },
        {
            "start": 856700142,
            "stop": 856703027
        },
        {
            "start": 856703566,
            "stop": 856710863
        },
        {
            "start": 856711420,
            "stop": 856718686
        },
        {
            "start": 856720897,
            "stop": 856726110
        },
        {
            "start": 856727129,
            "stop": 856727680
        },
        {
            "start": 856728380,
            "stop": 856728805
        }
    ]
}