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=6653
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=6654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6652",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6653,
    "results": [
        {
            "start": 874997430,
            "stop": 874997846
        },
        {
            "start": 874997848,
            "stop": 874998120
        },
        {
            "start": 874998121,
            "stop": 874998253
        },
        {
            "start": 874998254,
            "stop": 874998836
        },
        {
            "start": 874998837,
            "stop": 874998875
        },
        {
            "start": 874998876,
            "stop": 874999250
        },
        {
            "start": 874999251,
            "stop": 874999287
        },
        {
            "start": 874999289,
            "stop": 874999695
        },
        {
            "start": 874999696,
            "stop": 874999853
        },
        {
            "start": 874999854,
            "stop": 875000022
        },
        {
            "start": 875000023,
            "stop": 875000458
        },
        {
            "start": 875000460,
            "stop": 875000712
        },
        {
            "start": 875000713,
            "stop": 875000779
        },
        {
            "start": 875000781,
            "stop": 875001330
        },
        {
            "start": 875001331,
            "stop": 875001492
        },
        {
            "start": 875001493,
            "stop": 875001993
        },
        {
            "start": 875001994,
            "stop": 875002116
        },
        {
            "start": 875002117,
            "stop": 875002281
        },
        {
            "start": 875002283,
            "stop": 875002333
        },
        {
            "start": 875002334,
            "stop": 875002651
        }
    ]
}