Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=329
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=328",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 329,
    "results": [
        {
            "start": 1379667375,
            "stop": 1379674043
        },
        {
            "start": 1379674047,
            "stop": 1379695340
        },
        {
            "start": 1379698032,
            "stop": 1379706714
        },
        {
            "start": 1379706718,
            "stop": 1379714525
        },
        {
            "start": 1379714530,
            "stop": 1379715758
        },
        {
            "start": 1379715763,
            "stop": 1379717406
        },
        {
            "start": 1379717410,
            "stop": 1379718997
        },
        {
            "start": 1379719000,
            "stop": 1379721383
        },
        {
            "start": 1379721388,
            "stop": 1379725581
        },
        {
            "start": 1379725584,
            "stop": 1379735313
        },
        {
            "start": 1379735317,
            "stop": 1379737880
        },
        {
            "start": 1379738310,
            "stop": 1379738334
        },
        {
            "start": 1379739555,
            "stop": 1379765973
        },
        {
            "start": 1379765976,
            "stop": 1379772023
        },
        {
            "start": 1379786862,
            "stop": 1379786988
        },
        {
            "start": 1379787785,
            "stop": 1379788883
        },
        {
            "start": 1379793179,
            "stop": 1379799112
        },
        {
            "start": 1379799117,
            "stop": 1379805962
        },
        {
            "start": 1379805966,
            "stop": 1379812866
        },
        {
            "start": 1379812870,
            "stop": 1379827737
        }
    ]
}