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=8051
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=8052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8050",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8051,
    "results": [
        {
            "start": 872249549,
            "stop": 872249644
        },
        {
            "start": 872249661,
            "stop": 872249867
        },
        {
            "start": 872249884,
            "stop": 872250348
        },
        {
            "start": 872250367,
            "stop": 872250373
        },
        {
            "start": 872250392,
            "stop": 872250542
        },
        {
            "start": 872250567,
            "stop": 872250691
        },
        {
            "start": 872250708,
            "stop": 872250728
        },
        {
            "start": 872250747,
            "stop": 872251151
        },
        {
            "start": 872251176,
            "stop": 872251607
        },
        {
            "start": 872251624,
            "stop": 872251665
        },
        {
            "start": 872251684,
            "stop": 872252928
        },
        {
            "start": 872255523,
            "stop": 872255528
        },
        {
            "start": 872255559,
            "stop": 872255574
        },
        {
            "start": 872255606,
            "stop": 872255607
        },
        {
            "start": 872255624,
            "stop": 872255637
        },
        {
            "start": 872255736,
            "stop": 872255786
        },
        {
            "start": 872255897,
            "stop": 872255915
        },
        {
            "start": 872256085,
            "stop": 872256089
        },
        {
            "start": 872256172,
            "stop": 872256223
        },
        {
            "start": 872256240,
            "stop": 872256283
        }
    ]
}