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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=126",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 127,
    "results": [
        {
            "start": 1379463529,
            "stop": 1379465128
        },
        {
            "start": 1379465133,
            "stop": 1379467076
        },
        {
            "start": 1379467081,
            "stop": 1379469317
        },
        {
            "start": 1379469322,
            "stop": 1379476013
        },
        {
            "start": 1379476018,
            "stop": 1379482799
        },
        {
            "start": 1379496609,
            "stop": 1379496675
        },
        {
            "start": 1379496680,
            "stop": 1379502921
        },
        {
            "start": 1379502926,
            "stop": 1379512887
        },
        {
            "start": 1379512890,
            "stop": 1379518891
        },
        {
            "start": 1379518896,
            "stop": 1379526911
        },
        {
            "start": 1379526916,
            "stop": 1379531346
        },
        {
            "start": 1379531437,
            "stop": 1379531442
        },
        {
            "start": 1379540060,
            "stop": 1379540369
        },
        {
            "start": 1379540374,
            "stop": 1379541752
        },
        {
            "start": 1379541757,
            "stop": 1379562285
        },
        {
            "start": 1379562290,
            "stop": 1379566087
        },
        {
            "start": 1379566091,
            "stop": 1379586291
        },
        {
            "start": 1379593319,
            "stop": 1379594171
        },
        {
            "start": 1379594176,
            "stop": 1379607475
        },
        {
            "start": 1379607480,
            "stop": 1379616378
        }
    ]
}