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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6456",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6457,
    "results": [
        {
            "start": 873976220,
            "stop": 873976514
        },
        {
            "start": 873976515,
            "stop": 873976774
        },
        {
            "start": 873976775,
            "stop": 873977324
        },
        {
            "start": 873977326,
            "stop": 873977860
        },
        {
            "start": 873977861,
            "stop": 873977898
        },
        {
            "start": 873977899,
            "stop": 873978222
        },
        {
            "start": 873978223,
            "stop": 873978483
        },
        {
            "start": 873978484,
            "stop": 873979270
        },
        {
            "start": 873979271,
            "stop": 873979509
        },
        {
            "start": 873979510,
            "stop": 873979609
        },
        {
            "start": 873979610,
            "stop": 873979950
        },
        {
            "start": 873979951,
            "stop": 873980199
        },
        {
            "start": 873980200,
            "stop": 873981128
        },
        {
            "start": 873981129,
            "stop": 873981267
        },
        {
            "start": 873981268,
            "stop": 873981680
        },
        {
            "start": 873981681,
            "stop": 873982068
        },
        {
            "start": 873982069,
            "stop": 873982787
        },
        {
            "start": 873982788,
            "stop": 873983221
        },
        {
            "start": 873983222,
            "stop": 873983407
        },
        {
            "start": 873983409,
            "stop": 873983626
        }
    ]
}