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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=2",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 3,
    "results": [
        {
            "start": 931081361,
            "stop": 931081571
        },
        {
            "start": 931081573,
            "stop": 931081624
        },
        {
            "start": 931081625,
            "stop": 931081809
        },
        {
            "start": 931081827,
            "stop": 931082122
        },
        {
            "start": 931082123,
            "stop": 931082173
        },
        {
            "start": 931082175,
            "stop": 931082238
        },
        {
            "start": 931082240,
            "stop": 931082307
        },
        {
            "start": 931082312,
            "stop": 931082415
        },
        {
            "start": 931082775,
            "stop": 931082777
        },
        {
            "start": 931082779,
            "stop": 931082783
        },
        {
            "start": 931082784,
            "stop": 931082823
        },
        {
            "start": 931082825,
            "stop": 931082945
        },
        {
            "start": 931082947,
            "stop": 931082985
        },
        {
            "start": 931083002,
            "stop": 931083068
        },
        {
            "start": 931083069,
            "stop": 931083163
        },
        {
            "start": 931083169,
            "stop": 931083195
        },
        {
            "start": 931083197,
            "stop": 931083216
        },
        {
            "start": 931083234,
            "stop": 931083304
        },
        {
            "start": 931083308,
            "stop": 931083757
        },
        {
            "start": 931083775,
            "stop": 931083942
        }
    ]
}