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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=84",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 85,
    "results": [
        {
            "start": 824413608,
            "stop": 824413744
        },
        {
            "start": 824414044,
            "stop": 824414295
        },
        {
            "start": 824414405,
            "stop": 824414858
        },
        {
            "start": 824415158,
            "stop": 824417136
        },
        {
            "start": 824417138,
            "stop": 824417437
        },
        {
            "start": 824417738,
            "stop": 824418070
        },
        {
            "start": 824452200,
            "stop": 824453972
        },
        {
            "start": 824455711,
            "stop": 824462249
        },
        {
            "start": 824462255,
            "stop": 824462256
        },
        {
            "start": 824462260,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824493482
        },
        {
            "start": 824493488,
            "stop": 824494672
        },
        {
            "start": 824494828,
            "stop": 824494943
        },
        {
            "start": 824495735,
            "stop": 824499952
        },
        {
            "start": 824500072,
            "stop": 824501041
        },
        {
            "start": 824501364,
            "stop": 824501786
        },
        {
            "start": 824505283,
            "stop": 824506850
        },
        {
            "start": 824506855,
            "stop": 824506910
        },
        {
            "start": 824506912,
            "stop": 824506956
        },
        {
            "start": 824506959,
            "stop": 824507111
        }
    ]
}