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=6549
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=6550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6548",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6549,
    "results": [
        {
            "start": 874407851,
            "stop": 874408051
        },
        {
            "start": 874408052,
            "stop": 874408486
        },
        {
            "start": 874408487,
            "stop": 874408597
        },
        {
            "start": 874408598,
            "stop": 874409635
        },
        {
            "start": 874409636,
            "stop": 874409954
        },
        {
            "start": 874409955,
            "stop": 874410540
        },
        {
            "start": 874410542,
            "stop": 874410595
        },
        {
            "start": 874410596,
            "stop": 874410612
        },
        {
            "start": 874410613,
            "stop": 874410652
        },
        {
            "start": 874410653,
            "stop": 874410694
        },
        {
            "start": 874410695,
            "stop": 874411449
        },
        {
            "start": 874411450,
            "stop": 874411560
        },
        {
            "start": 874411561,
            "stop": 874412217
        },
        {
            "start": 874412218,
            "stop": 874412608
        },
        {
            "start": 874412610,
            "stop": 874412665
        },
        {
            "start": 874412666,
            "stop": 874413398
        },
        {
            "start": 874413399,
            "stop": 874413643
        },
        {
            "start": 874413644,
            "stop": 874413839
        },
        {
            "start": 874413840,
            "stop": 874413938
        },
        {
            "start": 874413939,
            "stop": 874413951
        }
    ]
}