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=6223
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=6224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6222",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6223,
    "results": [
        {
            "start": 874697587,
            "stop": 874697652
        },
        {
            "start": 874697935,
            "stop": 874698091
        },
        {
            "start": 874698092,
            "stop": 874698100
        },
        {
            "start": 874698101,
            "stop": 874699046
        },
        {
            "start": 874699047,
            "stop": 874699051
        },
        {
            "start": 874699052,
            "stop": 874699120
        },
        {
            "start": 874699122,
            "stop": 874699149
        },
        {
            "start": 874699150,
            "stop": 874699168
        },
        {
            "start": 874699169,
            "stop": 874699190
        },
        {
            "start": 874699191,
            "stop": 874699292
        },
        {
            "start": 874699293,
            "stop": 874699297
        },
        {
            "start": 874699298,
            "stop": 874699299
        },
        {
            "start": 874699302,
            "stop": 874699315
        },
        {
            "start": 874699316,
            "stop": 874699373
        },
        {
            "start": 874699374,
            "stop": 874699381
        },
        {
            "start": 874699382,
            "stop": 874699478
        },
        {
            "start": 874699479,
            "stop": 874699671
        },
        {
            "start": 874699672,
            "stop": 874700118
        },
        {
            "start": 874700119,
            "stop": 874700296
        },
        {
            "start": 874702930,
            "stop": 874702932
        }
    ]
}