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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=96",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 97,
    "results": [
        {
            "start": 824219792,
            "stop": 824219803
        },
        {
            "start": 824219811,
            "stop": 824219822
        },
        {
            "start": 824219831,
            "stop": 824219842
        },
        {
            "start": 824219845,
            "stop": 824219861
        },
        {
            "start": 824219865,
            "stop": 824219876
        },
        {
            "start": 824219879,
            "stop": 824219885
        },
        {
            "start": 824219898,
            "stop": 824219909
        },
        {
            "start": 824219913,
            "stop": 824220317
        },
        {
            "start": 824220321,
            "stop": 824223048
        },
        {
            "start": 824223053,
            "stop": 824223913
        },
        {
            "start": 824223922,
            "stop": 824223925
        },
        {
            "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
        }
    ]
}