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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8811",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8812,
    "results": [
        {
            "start": 872509368,
            "stop": 872509611
        },
        {
            "start": 872509628,
            "stop": 872509793
        },
        {
            "start": 872509813,
            "stop": 872509820
        },
        {
            "start": 872509837,
            "stop": 872509844
        },
        {
            "start": 872509873,
            "stop": 872509892
        },
        {
            "start": 872510412,
            "stop": 872510414
        },
        {
            "start": 872546414,
            "stop": 872546544
        },
        {
            "start": 872546561,
            "stop": 872546657
        },
        {
            "start": 872546675,
            "stop": 872546741
        },
        {
            "start": 872546760,
            "stop": 872546869
        },
        {
            "start": 872546888,
            "stop": 872546935
        },
        {
            "start": 872546954,
            "stop": 872546970
        },
        {
            "start": 872548052,
            "stop": 872548158
        },
        {
            "start": 872548175,
            "stop": 872548216
        },
        {
            "start": 872548233,
            "stop": 872548289
        },
        {
            "start": 872548307,
            "stop": 872548578
        },
        {
            "start": 872548596,
            "stop": 872548597
        },
        {
            "start": 872548614,
            "stop": 872548673
        },
        {
            "start": 872548690,
            "stop": 872549491
        },
        {
            "start": 872549508,
            "stop": 872549580
        }
    ]
}