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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8091",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8092,
    "results": [
        {
            "start": 872508764,
            "stop": 872509020
        },
        {
            "start": 872509037,
            "stop": 872509271
        },
        {
            "start": 872509288,
            "stop": 872509300
        },
        {
            "start": 872509317,
            "stop": 872509351
        },
        {
            "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
        }
    ]
}