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=2188
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=2189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2187",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2188,
    "results": [
        {
            "start": 871847865,
            "stop": 871847867
        },
        {
            "start": 871847875,
            "stop": 871847881
        },
        {
            "start": 871847889,
            "stop": 871847897
        },
        {
            "start": 871847907,
            "stop": 871847909
        },
        {
            "start": 871847912,
            "stop": 871847919
        },
        {
            "start": 871847922,
            "stop": 871850400
        },
        {
            "start": 871850460,
            "stop": 871850489
        },
        {
            "start": 871850492,
            "stop": 871851318
        },
        {
            "start": 871851322,
            "stop": 871851331
        },
        {
            "start": 871851333,
            "stop": 871851523
        },
        {
            "start": 871851696,
            "stop": 871852740
        },
        {
            "start": 871852860,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871860390
        },
        {
            "start": 871860510,
            "stop": 871860562
        },
        {
            "start": 871860580,
            "stop": 871910857
        },
        {
            "start": 871910863,
            "stop": 871918560
        },
        {
            "start": 871918620,
            "stop": 871920222
        },
        {
            "start": 871920228,
            "stop": 871920697
        },
        {
            "start": 871923063,
            "stop": 871927320
        },
        {
            "start": 871927380,
            "stop": 871927590
        }
    ]
}