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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=375",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 376,
    "results": [
        {
            "start": 1389090910,
            "stop": 1389095900
        },
        {
            "start": 1389095903,
            "stop": 1389104987
        },
        {
            "start": 1389104990,
            "stop": 1389105270
        },
        {
            "start": 1389105275,
            "stop": 1389112098
        },
        {
            "start": 1389112206,
            "stop": 1389112282
        },
        {
            "start": 1389112331,
            "stop": 1389116091
        },
        {
            "start": 1389116096,
            "stop": 1389117252
        },
        {
            "start": 1389117500,
            "stop": 1389119571
        },
        {
            "start": 1389119576,
            "stop": 1389120240
        },
        {
            "start": 1389120243,
            "stop": 1389121081
        },
        {
            "start": 1389121084,
            "stop": 1389121095
        },
        {
            "start": 1389121100,
            "stop": 1389121707
        },
        {
            "start": 1389121710,
            "stop": 1389121773
        },
        {
            "start": 1389226225,
            "stop": 1389233027
        },
        {
            "start": 1389233031,
            "stop": 1389233758
        },
        {
            "start": 1389237385,
            "stop": 1389244039
        },
        {
            "start": 1389244043,
            "stop": 1389252947
        },
        {
            "start": 1389252951,
            "stop": 1389255293
        },
        {
            "start": 1389255298,
            "stop": 1389261505
        },
        {
            "start": 1389261508,
            "stop": 1389266673
        }
    ]
}