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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4017",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4018,
    "results": [
        {
            "start": 874819136,
            "stop": 874819142
        },
        {
            "start": 874819145,
            "stop": 874819152
        },
        {
            "start": 874819155,
            "stop": 874819161
        },
        {
            "start": 874819164,
            "stop": 874819255
        },
        {
            "start": 874819258,
            "stop": 874819853
        },
        {
            "start": 874819856,
            "stop": 874820178
        },
        {
            "start": 874820181,
            "stop": 874820299
        },
        {
            "start": 874820302,
            "stop": 874821088
        },
        {
            "start": 874821091,
            "stop": 874821094
        },
        {
            "start": 874821097,
            "stop": 874821112
        },
        {
            "start": 874821115,
            "stop": 874821116
        },
        {
            "start": 874821119,
            "stop": 874822926
        },
        {
            "start": 874822931,
            "stop": 874823538
        },
        {
            "start": 874823540,
            "stop": 874824156
        },
        {
            "start": 874824159,
            "stop": 874824162
        },
        {
            "start": 874824166,
            "stop": 874824736
        },
        {
            "start": 874824741,
            "stop": 874824745
        },
        {
            "start": 874824751,
            "stop": 874824756
        },
        {
            "start": 874824759,
            "stop": 874824764
        },
        {
            "start": 874824767,
            "stop": 874825348
        }
    ]
}