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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6236",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6237,
    "results": [
        {
            "start": 874819136,
            "stop": 874819142
        },
        {
            "start": 874819145,
            "stop": 874819152
        },
        {
            "start": 874819155,
            "stop": 874819161
        },
        {
            "start": 874819164,
            "stop": 874819255
        },
        {
            "start": 874819258,
            "stop": 874819853
        },
        {
            "start": 874819856,
            "stop": 874820055
        },
        {
            "start": 874820056,
            "stop": 874820178
        },
        {
            "start": 874820181,
            "stop": 874820299
        },
        {
            "start": 874820302,
            "stop": 874820851
        },
        {
            "start": 874820852,
            "stop": 874821085
        },
        {
            "start": 874821086,
            "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": 874823765
        },
        {
            "start": 874823766,
            "stop": 874824156
        },
        {
            "start": 874824159,
            "stop": 874824162
        },
        {
            "start": 874824166,
            "stop": 874824351
        }
    ]
}