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=8289
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=8290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8288",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8289,
    "results": [
        {
            "start": 874036102,
            "stop": 874036330
        },
        {
            "start": 874037342,
            "stop": 874037619
        },
        {
            "start": 874037644,
            "stop": 874037949
        },
        {
            "start": 874037966,
            "stop": 874037979
        },
        {
            "start": 874038018,
            "stop": 874038023
        },
        {
            "start": 874038042,
            "stop": 874038770
        },
        {
            "start": 874038791,
            "stop": 874038813
        },
        {
            "start": 874038837,
            "stop": 874039106
        },
        {
            "start": 874039133,
            "stop": 874039333
        },
        {
            "start": 874039352,
            "stop": 874039552
        },
        {
            "start": 874039569,
            "stop": 874039636
        },
        {
            "start": 874039653,
            "stop": 874039849
        },
        {
            "start": 874039869,
            "stop": 874040498
        },
        {
            "start": 874040515,
            "stop": 874041068
        },
        {
            "start": 874041087,
            "stop": 874041394
        },
        {
            "start": 874041411,
            "stop": 874041502
        },
        {
            "start": 874041535,
            "stop": 874041559
        },
        {
            "start": 874041589,
            "stop": 874041593
        },
        {
            "start": 874041614,
            "stop": 874041700
        },
        {
            "start": 874041727,
            "stop": 874041729
        }
    ]
}