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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=69",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 70,
    "results": [
        {
            "start": 824361253,
            "stop": 824361313
        },
        {
            "start": 824361348,
            "stop": 824361351
        },
        {
            "start": 824363353,
            "stop": 824371213
        },
        {
            "start": 824371238,
            "stop": 824371241
        },
        {
            "start": 824371453,
            "stop": 824390219
        },
        {
            "start": 824395093,
            "stop": 824397899
        },
        {
            "start": 824408773,
            "stop": 824409133
        },
        {
            "start": 824409973,
            "stop": 824411889
        },
        {
            "start": 824458153,
            "stop": 824461527
        },
        {
            "start": 824461571,
            "stop": 824461837
        },
        {
            "start": 824461840,
            "stop": 824461918
        },
        {
            "start": 824462556,
            "stop": 824490395
        },
        {
            "start": 824491366,
            "stop": 824494633
        },
        {
            "start": 824496618,
            "stop": 824501170
        },
        {
            "start": 824502919,
            "stop": 824504289
        },
        {
            "start": 824504292,
            "stop": 824511307
        },
        {
            "start": 824511600,
            "stop": 824569196
        },
        {
            "start": 824591331,
            "stop": 824591506
        },
        {
            "start": 824591509,
            "stop": 824591540
        },
        {
            "start": 824591541,
            "stop": 824596571
        }
    ]
}