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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=225",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 226,
    "results": [
        {
            "start": 817809407,
            "stop": 817809416
        },
        {
            "start": 817809436,
            "stop": 817809448
        },
        {
            "start": 817809511,
            "stop": 817809512
        },
        {
            "start": 817809536,
            "stop": 817809576
        },
        {
            "start": 817809623,
            "stop": 817809628
        },
        {
            "start": 817809676,
            "stop": 817809705
        },
        {
            "start": 817809755,
            "stop": 817809758
        },
        {
            "start": 817809779,
            "stop": 817809784
        },
        {
            "start": 817809815,
            "stop": 817809889
        },
        {
            "start": 817809922,
            "stop": 817809923
        },
        {
            "start": 817809927,
            "stop": 817809938
        },
        {
            "start": 817809959,
            "stop": 817809964
        },
        {
            "start": 817810003,
            "stop": 817810011
        },
        {
            "start": 817810038,
            "stop": 817810068
        },
        {
            "start": 817810141,
            "stop": 817810148
        },
        {
            "start": 817810197,
            "stop": 817810208
        },
        {
            "start": 817810229,
            "stop": 817810250
        },
        {
            "start": 817810320,
            "stop": 817810380
        },
        {
            "start": 817810569,
            "stop": 817810578
        },
        {
            "start": 817810618,
            "stop": 817810621
        }
    ]
}