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=8339
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=8340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8338",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8339,
    "results": [
        {
            "start": 874518716,
            "stop": 874518720
        },
        {
            "start": 874518745,
            "stop": 874518750
        },
        {
            "start": 874518768,
            "stop": 874518835
        },
        {
            "start": 874518860,
            "stop": 874518924
        },
        {
            "start": 874518943,
            "stop": 874518955
        },
        {
            "start": 874518972,
            "stop": 874518981
        },
        {
            "start": 874518998,
            "stop": 874519120
        },
        {
            "start": 874519146,
            "stop": 874519299
        },
        {
            "start": 874519316,
            "stop": 874519350
        },
        {
            "start": 874521900,
            "stop": 874525055
        },
        {
            "start": 874525074,
            "stop": 874525537
        },
        {
            "start": 874525657,
            "stop": 874528175
        },
        {
            "start": 874528295,
            "stop": 874528404
        },
        {
            "start": 874528425,
            "stop": 874528636
        },
        {
            "start": 874528653,
            "stop": 874530956
        },
        {
            "start": 874530973,
            "stop": 874532774
        },
        {
            "start": 874532791,
            "stop": 874534060
        },
        {
            "start": 874534079,
            "stop": 874534641
        },
        {
            "start": 874534669,
            "stop": 874535383
        },
        {
            "start": 874535402,
            "stop": 874536361
        }
    ]
}