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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5077",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5078,
    "results": [
        {
            "start": 874635951,
            "stop": 874635969
        },
        {
            "start": 874635995,
            "stop": 874636030
        },
        {
            "start": 874636049,
            "stop": 874636075
        },
        {
            "start": 874636094,
            "stop": 874636183
        },
        {
            "start": 874636203,
            "stop": 874636206
        },
        {
            "start": 874636226,
            "stop": 874636233
        },
        {
            "start": 874636263,
            "stop": 874636366
        },
        {
            "start": 874636385,
            "stop": 874636421
        },
        {
            "start": 874636440,
            "stop": 874636526
        },
        {
            "start": 874636545,
            "stop": 874636571
        },
        {
            "start": 874636590,
            "stop": 874636638
        },
        {
            "start": 874636703,
            "stop": 874636786
        },
        {
            "start": 874636805,
            "stop": 874637213
        },
        {
            "start": 874637233,
            "stop": 874637407
        },
        {
            "start": 874637426,
            "stop": 874637434
        },
        {
            "start": 874637453,
            "stop": 874637483
        },
        {
            "start": 874637503,
            "stop": 874637588
        },
        {
            "start": 874637608,
            "stop": 874637659
        },
        {
            "start": 874637678,
            "stop": 874637766
        },
        {
            "start": 874637786,
            "stop": 874637840
        }
    ]
}