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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4898",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4899,
    "results": [
        {
            "start": 875092651,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875099739
        },
        {
            "start": 875099758,
            "stop": 875101148
        },
        {
            "start": 875101165,
            "stop": 875102314
        },
        {
            "start": 875102334,
            "stop": 875102520
        },
        {
            "start": 875102539,
            "stop": 875103180
        },
        {
            "start": 875103240,
            "stop": 875103931
        },
        {
            "start": 875106680,
            "stop": 875108138
        },
        {
            "start": 875108155,
            "stop": 875109175
        },
        {
            "start": 875109192,
            "stop": 875109214
        },
        {
            "start": 875109875,
            "stop": 875109973
        },
        {
            "start": 875110093,
            "stop": 875110186
        },
        {
            "start": 875110306,
            "stop": 875110380
        },
        {
            "start": 875110620,
            "stop": 875110920
        },
        {
            "start": 875110980,
            "stop": 875111520
        },
        {
            "start": 875111580,
            "stop": 875112439
        },
        {
            "start": 875112458,
            "stop": 875112622
        },
        {
            "start": 875112816,
            "stop": 875113500
        },
        {
            "start": 875113560,
            "stop": 875113974
        },
        {
            "start": 875113993,
            "stop": 875114063
        }
    ]
}