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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=379",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 380,
    "results": [
        {
            "start": 1180389059,
            "stop": 1180389203
        },
        {
            "start": 1180389204,
            "stop": 1180389209
        },
        {
            "start": 1180389214,
            "stop": 1180389246
        },
        {
            "start": 1180389247,
            "stop": 1180389249
        },
        {
            "start": 1180389252,
            "stop": 1180389254
        },
        {
            "start": 1180389255,
            "stop": 1180389257
        },
        {
            "start": 1180389260,
            "stop": 1180389508
        },
        {
            "start": 1180389526,
            "stop": 1180389527
        },
        {
            "start": 1180389528,
            "stop": 1180389665
        },
        {
            "start": 1180389666,
            "stop": 1180390736
        },
        {
            "start": 1180390740,
            "stop": 1180394153
        },
        {
            "start": 1180403138,
            "stop": 1180404625
        },
        {
            "start": 1180404629,
            "stop": 1180412741
        },
        {
            "start": 1180412745,
            "stop": 1180413100
        },
        {
            "start": 1180413104,
            "stop": 1180442108
        },
        {
            "start": 1180442111,
            "stop": 1180446125
        },
        {
            "start": 1180446129,
            "stop": 1180451780
        },
        {
            "start": 1180451784,
            "stop": 1180453443
        },
        {
            "start": 1180469585,
            "stop": 1180470598
        },
        {
            "start": 1180470599,
            "stop": 1180470608
        }
    ]
}