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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=92",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 93,
    "results": [
        {
            "start": 824480336,
            "stop": 824480337
        },
        {
            "start": 824492119,
            "stop": 824492335
        },
        {
            "start": 824501513,
            "stop": 824505070
        },
        {
            "start": 824505072,
            "stop": 824505074
        },
        {
            "start": 824505755,
            "stop": 824505859
        },
        {
            "start": 824505861,
            "stop": 824505862
        },
        {
            "start": 824505865,
            "stop": 824505870
        },
        {
            "start": 824505871,
            "stop": 824505969
        },
        {
            "start": 824506151,
            "stop": 824506877
        },
        {
            "start": 824507598,
            "stop": 824511457
        },
        {
            "start": 824512386,
            "stop": 824535782
        },
        {
            "start": 824535783,
            "stop": 824539702
        },
        {
            "start": 824539703,
            "stop": 824543551
        },
        {
            "start": 824546161,
            "stop": 824558603
        },
        {
            "start": 824559636,
            "stop": 824561645
        },
        {
            "start": 824565965,
            "stop": 824570513
        },
        {
            "start": 824571834,
            "stop": 824571936
        },
        {
            "start": 824571937,
            "stop": 824571940
        },
        {
            "start": 824571942,
            "stop": 824572900
        },
        {
            "start": 824601221,
            "stop": 824606651
        }
    ]
}