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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=709",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=707",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 708,
    "results": [
        {
            "start": 1266946924,
            "stop": 1266947274
        },
        {
            "start": 1266947275,
            "stop": 1266947898
        },
        {
            "start": 1266947899,
            "stop": 1266947971
        },
        {
            "start": 1266947972,
            "stop": 1266948004
        },
        {
            "start": 1266948008,
            "stop": 1266949001
        },
        {
            "start": 1266949004,
            "stop": 1266949344
        },
        {
            "start": 1266949347,
            "stop": 1266952985
        },
        {
            "start": 1266952987,
            "stop": 1266954469
        },
        {
            "start": 1266954474,
            "stop": 1266954674
        },
        {
            "start": 1266954677,
            "stop": 1266955029
        },
        {
            "start": 1266955030,
            "stop": 1266956882
        },
        {
            "start": 1266956886,
            "stop": 1266959629
        },
        {
            "start": 1266959632,
            "stop": 1266961313
        },
        {
            "start": 1266961317,
            "stop": 1266962693
        },
        {
            "start": 1266962696,
            "stop": 1266963092
        },
        {
            "start": 1266963095,
            "stop": 1266969887
        },
        {
            "start": 1266969892,
            "stop": 1266970511
        },
        {
            "start": 1266970513,
            "stop": 1266970612
        },
        {
            "start": 1266970614,
            "stop": 1266975264
        },
        {
            "start": 1266975266,
            "stop": 1266982866
        }
    ]
}