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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9913",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9914,
    "results": [
        {
            "start": 874744320,
            "stop": 874745176
        },
        {
            "start": 874745193,
            "stop": 874745340
        },
        {
            "start": 874745400,
            "stop": 874746054
        },
        {
            "start": 874746082,
            "stop": 874746143
        },
        {
            "start": 874746160,
            "stop": 874746445
        },
        {
            "start": 874746462,
            "stop": 874747339
        },
        {
            "start": 874747367,
            "stop": 874747388
        },
        {
            "start": 874747405,
            "stop": 874747440
        },
        {
            "start": 874747560,
            "stop": 874747643
        },
        {
            "start": 874747660,
            "stop": 874748520
        },
        {
            "start": 874748580,
            "stop": 874749180
        },
        {
            "start": 874749240,
            "stop": 874749361
        },
        {
            "start": 874749378,
            "stop": 874749873
        },
        {
            "start": 874749890,
            "stop": 874750105
        },
        {
            "start": 874750122,
            "stop": 874750200
        },
        {
            "start": 874750320,
            "stop": 874753428
        },
        {
            "start": 874753445,
            "stop": 874753920
        },
        {
            "start": 874753980,
            "stop": 874755795
        },
        {
            "start": 874755812,
            "stop": 874755915
        },
        {
            "start": 874755932,
            "stop": 874756082
        }
    ]
}