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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=306",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 307,
    "results": [
        {
            "start": 1263748540,
            "stop": 1263749593
        },
        {
            "start": 1263749595,
            "stop": 1263750662
        },
        {
            "start": 1263750665,
            "stop": 1263751531
        },
        {
            "start": 1263751536,
            "stop": 1263751884
        },
        {
            "start": 1263752127,
            "stop": 1263752644
        },
        {
            "start": 1263752649,
            "stop": 1263753098
        },
        {
            "start": 1263753100,
            "stop": 1263753480
        },
        {
            "start": 1263753483,
            "stop": 1263755877
        },
        {
            "start": 1263755881,
            "stop": 1263756640
        },
        {
            "start": 1263756645,
            "stop": 1263758584
        },
        {
            "start": 1263758586,
            "stop": 1263758879
        },
        {
            "start": 1263758884,
            "stop": 1263759251
        },
        {
            "start": 1263759256,
            "stop": 1263759550
        },
        {
            "start": 1263759555,
            "stop": 1263759886
        },
        {
            "start": 1263759891,
            "stop": 1263760014
        },
        {
            "start": 1263760019,
            "stop": 1263760022
        },
        {
            "start": 1263760027,
            "stop": 1263760367
        },
        {
            "start": 1263760372,
            "stop": 1263761609
        },
        {
            "start": 1263761612,
            "stop": 1263762531
        },
        {
            "start": 1263762535,
            "stop": 1263762580
        }
    ]
}