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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=168",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 169,
    "results": [
        {
            "start": 1261206317,
            "stop": 1261211233
        },
        {
            "start": 1261211237,
            "stop": 1261212253
        },
        {
            "start": 1261212254,
            "stop": 1261212938
        },
        {
            "start": 1261212942,
            "stop": 1261214435
        },
        {
            "start": 1261214438,
            "stop": 1261214881
        },
        {
            "start": 1261214885,
            "stop": 1261214937
        },
        {
            "start": 1261214941,
            "stop": 1261215754
        },
        {
            "start": 1261215757,
            "stop": 1261225908
        },
        {
            "start": 1261225911,
            "stop": 1261227130
        },
        {
            "start": 1261227133,
            "stop": 1261232550
        },
        {
            "start": 1261232551,
            "stop": 1261233204
        },
        {
            "start": 1261233207,
            "stop": 1261234037
        },
        {
            "start": 1261234040,
            "stop": 1261234041
        },
        {
            "start": 1261234045,
            "stop": 1261234786
        },
        {
            "start": 1261234790,
            "stop": 1261235223
        },
        {
            "start": 1261235231,
            "stop": 1261240408
        },
        {
            "start": 1261240412,
            "stop": 1261241471
        },
        {
            "start": 1261241475,
            "stop": 1261241504
        },
        {
            "start": 1261241506,
            "stop": 1261241553
        },
        {
            "start": 1261241556,
            "stop": 1261241600
        }
    ]
}