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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=33",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 34,
    "results": [
        {
            "start": 1257426523,
            "stop": 1257426799
        },
        {
            "start": 1257426802,
            "stop": 1257427098
        },
        {
            "start": 1257427101,
            "stop": 1257427174
        },
        {
            "start": 1257427176,
            "stop": 1257427366
        },
        {
            "start": 1257427369,
            "stop": 1257427482
        },
        {
            "start": 1257427485,
            "stop": 1257427616
        },
        {
            "start": 1257427620,
            "stop": 1257427753
        },
        {
            "start": 1257427756,
            "stop": 1257427781
        },
        {
            "start": 1257427784,
            "stop": 1257427816
        },
        {
            "start": 1257427819,
            "stop": 1257427871
        },
        {
            "start": 1257427874,
            "stop": 1257427998
        },
        {
            "start": 1257428001,
            "stop": 1257428763
        },
        {
            "start": 1257428767,
            "stop": 1257428967
        },
        {
            "start": 1257428969,
            "stop": 1257428973
        },
        {
            "start": 1257428976,
            "stop": 1257428981
        },
        {
            "start": 1257428983,
            "stop": 1257429111
        },
        {
            "start": 1257429115,
            "stop": 1257429181
        },
        {
            "start": 1257429184,
            "stop": 1257429207
        },
        {
            "start": 1257429209,
            "stop": 1257429344
        },
        {
            "start": 1257429347,
            "stop": 1257429384
        }
    ]
}