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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3816",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3817,
    "results": [
        {
            "start": 874734060,
            "stop": 874734327
        },
        {
            "start": 874734344,
            "stop": 874737470
        },
        {
            "start": 874737487,
            "stop": 874740624
        },
        {
            "start": 874740641,
            "stop": 874745176
        },
        {
            "start": 874745193,
            "stop": 874746054
        },
        {
            "start": 874746082,
            "stop": 874746143
        },
        {
            "start": 874746160,
            "stop": 874746445
        },
        {
            "start": 874746462,
            "stop": 874747339
        },
        {
            "start": 874747367,
            "stop": 874747388
        },
        {
            "start": 874747405,
            "stop": 874747643
        },
        {
            "start": 874747660,
            "stop": 874749361
        },
        {
            "start": 874749378,
            "stop": 874749873
        },
        {
            "start": 874749890,
            "stop": 874750105
        },
        {
            "start": 874750122,
            "stop": 874750200
        },
        {
            "start": 874750320,
            "stop": 874753428
        },
        {
            "start": 874753445,
            "stop": 874755795
        },
        {
            "start": 874755812,
            "stop": 874755915
        },
        {
            "start": 874755932,
            "stop": 874756082
        },
        {
            "start": 874756099,
            "stop": 874756860
        },
        {
            "start": 874756980,
            "stop": 874757993
        }
    ]
}