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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=24",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 25,
    "results": [
        {
            "start": 824361211,
            "stop": 824361351
        },
        {
            "start": 824363312,
            "stop": 824371241
        },
        {
            "start": 824371398,
            "stop": 824390249
        },
        {
            "start": 824395082,
            "stop": 824397929
        },
        {
            "start": 824408744,
            "stop": 824409180
        },
        {
            "start": 824409920,
            "stop": 824411918
        },
        {
            "start": 824458123,
            "stop": 824461527
        },
        {
            "start": 824461571,
            "stop": 824461837
        },
        {
            "start": 824461840,
            "stop": 824461918
        },
        {
            "start": 824462556,
            "stop": 824490395
        },
        {
            "start": 824491366,
            "stop": 824494679
        },
        {
            "start": 824496618,
            "stop": 824501200
        },
        {
            "start": 824502919,
            "stop": 824511307
        },
        {
            "start": 824511600,
            "stop": 824569196
        },
        {
            "start": 824591331,
            "stop": 824596600
        },
        {
            "start": 824598819,
            "stop": 824604235
        },
        {
            "start": 824607208,
            "stop": 824609141
        },
        {
            "start": 824611031,
            "stop": 824618477
        },
        {
            "start": 824621228,
            "stop": 824631448
        },
        {
            "start": 824664694,
            "stop": 824671462
        }
    ]
}