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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=8",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 9,
    "results": [
        {
            "start": 1397624653,
            "stop": 1397635758
        },
        {
            "start": 1397635763,
            "stop": 1397663408
        },
        {
            "start": 1397663411,
            "stop": 1397665173
        },
        {
            "start": 1397674274,
            "stop": 1397674653
        },
        {
            "start": 1397674658,
            "stop": 1397674781
        },
        {
            "start": 1397674785,
            "stop": 1397676457
        },
        {
            "start": 1397676869,
            "stop": 1397685626
        },
        {
            "start": 1397687394,
            "stop": 1397690144
        },
        {
            "start": 1397690146,
            "stop": 1397692969
        },
        {
            "start": 1397692972,
            "stop": 1397696911
        },
        {
            "start": 1397696916,
            "stop": 1397706954
        },
        {
            "start": 1397706957,
            "stop": 1397715210
        },
        {
            "start": 1397725975,
            "stop": 1397728505
        },
        {
            "start": 1397728839,
            "stop": 1397729743
        },
        {
            "start": 1397729747,
            "stop": 1397735613
        },
        {
            "start": 1397735616,
            "stop": 1397741086
        },
        {
            "start": 1397741090,
            "stop": 1397746679
        },
        {
            "start": 1397746682,
            "stop": 1397746725
        },
        {
            "start": 1397746727,
            "stop": 1397752286
        },
        {
            "start": 1397752289,
            "stop": 1397754013
        }
    ]
}