Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5968
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5967",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5968,
    "results": [
        {
            "start": 873257554,
            "stop": 873258292
        },
        {
            "start": 873258293,
            "stop": 873259090
        },
        {
            "start": 873259091,
            "stop": 873259711
        },
        {
            "start": 873259713,
            "stop": 873259885
        },
        {
            "start": 873259886,
            "stop": 873260623
        },
        {
            "start": 873260624,
            "stop": 873262242
        },
        {
            "start": 873262243,
            "stop": 873262444
        },
        {
            "start": 873262445,
            "stop": 873262671
        },
        {
            "start": 873262672,
            "stop": 873262837
        },
        {
            "start": 873262839,
            "stop": 873264349
        },
        {
            "start": 873264595,
            "stop": 873265176
        },
        {
            "start": 873265177,
            "stop": 873265279
        },
        {
            "start": 873265280,
            "stop": 873265434
        },
        {
            "start": 873265435,
            "stop": 873266338
        },
        {
            "start": 873266339,
            "stop": 873267369
        },
        {
            "start": 873267370,
            "stop": 873268323
        },
        {
            "start": 873268325,
            "stop": 873268975
        },
        {
            "start": 873268976,
            "stop": 873269405
        },
        {
            "start": 873269406,
            "stop": 873269710
        },
        {
            "start": 873269711,
            "stop": 873269869
        }
    ]
}