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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=720",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 721,
    "results": [
        {
            "start": 851865547,
            "stop": 851892690
        },
        {
            "start": 851892750,
            "stop": 851928968
        },
        {
            "start": 851929318,
            "stop": 851930946
        },
        {
            "start": 851931324,
            "stop": 851934630
        },
        {
            "start": 851937718,
            "stop": 851939826
        },
        {
            "start": 851940475,
            "stop": 851940512
        },
        {
            "start": 851940988,
            "stop": 851942106
        },
        {
            "start": 851943903,
            "stop": 851944390
        },
        {
            "start": 851945363,
            "stop": 851959483
        },
        {
            "start": 851959484,
            "stop": 851966523
        },
        {
            "start": 851967457,
            "stop": 851968845
        },
        {
            "start": 851968847,
            "stop": 851969998
        },
        {
            "start": 851970039,
            "stop": 851970210
        },
        {
            "start": 851979676,
            "stop": 851982152
        },
        {
            "start": 851982472,
            "stop": 851983052
        },
        {
            "start": 851983452,
            "stop": 852019005
        },
        {
            "start": 852020966,
            "stop": 852021228
        },
        {
            "start": 852022346,
            "stop": 852022449
        },
        {
            "start": 852022452,
            "stop": 852022460
        },
        {
            "start": 852022468,
            "stop": 852025701
        }
    ]
}