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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=51",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 52,
    "results": [
        {
            "start": 1402396067,
            "stop": 1402402438
        },
        {
            "start": 1402402441,
            "stop": 1402403991
        },
        {
            "start": 1402403996,
            "stop": 1402409824
        },
        {
            "start": 1402409827,
            "stop": 1402413173
        },
        {
            "start": 1402413177,
            "stop": 1402423634
        },
        {
            "start": 1402423639,
            "stop": 1402432334
        },
        {
            "start": 1402432338,
            "stop": 1402436208
        },
        {
            "start": 1402436211,
            "stop": 1402436389
        },
        {
            "start": 1402436390,
            "stop": 1402437419
        },
        {
            "start": 1402437422,
            "stop": 1402447257
        },
        {
            "start": 1402447261,
            "stop": 1402451492
        },
        {
            "start": 1402451497,
            "stop": 1402482112
        },
        {
            "start": 1402482116,
            "stop": 1402491575
        },
        {
            "start": 1402491578,
            "stop": 1402493717
        },
        {
            "start": 1402493722,
            "stop": 1402503163
        },
        {
            "start": 1402503167,
            "stop": 1402511109
        },
        {
            "start": 1402511113,
            "stop": 1402511420
        },
        {
            "start": 1402513239,
            "stop": 1402516734
        },
        {
            "start": 1402516736,
            "stop": 1402524562
        },
        {
            "start": 1402524567,
            "stop": 1402526870
        }
    ]
}