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=3818
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=3819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3817",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3818,
    "results": [
        {
            "start": 874758010,
            "stop": 874758720
        },
        {
            "start": 874758780,
            "stop": 874759218
        },
        {
            "start": 874759235,
            "stop": 874760349
        },
        {
            "start": 874760366,
            "stop": 874760640
        },
        {
            "start": 874760700,
            "stop": 874762741
        },
        {
            "start": 874762758,
            "stop": 874762888
        },
        {
            "start": 874762905,
            "stop": 874763483
        },
        {
            "start": 874763515,
            "stop": 874764394
        },
        {
            "start": 874764411,
            "stop": 874765481
        },
        {
            "start": 874765498,
            "stop": 874765547
        },
        {
            "start": 874765564,
            "stop": 874765597
        },
        {
            "start": 874765614,
            "stop": 874765942
        },
        {
            "start": 874765959,
            "stop": 874766317
        },
        {
            "start": 874766320,
            "stop": 874767296
        },
        {
            "start": 874767299,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874786903
        },
        {
            "start": 874786921,
            "stop": 874787730
        },
        {
            "start": 874787857,
            "stop": 874788107
        },
        {
            "start": 874788300,
            "stop": 874788381
        },
        {
            "start": 874788385,
            "stop": 874788884
        }
    ]
}