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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=56",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 57,
    "results": [
        {
            "start": 820854828,
            "stop": 820855460
        },
        {
            "start": 820856038,
            "stop": 820857915
        },
        {
            "start": 820858680,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820861455
        },
        {
            "start": 820861980,
            "stop": 820863824
        },
        {
            "start": 820864144,
            "stop": 820864312
        },
        {
            "start": 820864712,
            "stop": 820867044
        },
        {
            "start": 820867454,
            "stop": 820872847
        },
        {
            "start": 820877248,
            "stop": 820878693
        },
        {
            "start": 820880092,
            "stop": 820884330
        },
        {
            "start": 820884677,
            "stop": 820884683
        },
        {
            "start": 820885083,
            "stop": 820886965
        },
        {
            "start": 820887285,
            "stop": 820887630
        },
        {
            "start": 820888030,
            "stop": 820889256
        },
        {
            "start": 820889752,
            "stop": 820894099
        },
        {
            "start": 820894499,
            "stop": 820894512
        },
        {
            "start": 820895357,
            "stop": 820909638
        },
        {
            "start": 820910176,
            "stop": 820920256
        },
        {
            "start": 820920882,
            "stop": 820921330
        },
        {
            "start": 820921879,
            "stop": 820921937
        }
    ]
}