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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3722",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3723,
    "results": [
        {
            "start": 872644707,
            "stop": 872644709
        },
        {
            "start": 872644711,
            "stop": 872644713
        },
        {
            "start": 872644714,
            "stop": 872644717
        },
        {
            "start": 872644718,
            "stop": 872645226
        },
        {
            "start": 872645228,
            "stop": 872648054
        },
        {
            "start": 872648643,
            "stop": 872648843
        },
        {
            "start": 872648940,
            "stop": 872656178
        },
        {
            "start": 872656180,
            "stop": 872656244
        },
        {
            "start": 872656246,
            "stop": 872656375
        },
        {
            "start": 872656376,
            "stop": 872656473
        },
        {
            "start": 872656475,
            "stop": 872656605
        },
        {
            "start": 872656606,
            "stop": 872656805
        },
        {
            "start": 872656807,
            "stop": 872656861
        },
        {
            "start": 872656863,
            "stop": 872657001
        },
        {
            "start": 872657003,
            "stop": 872657191
        },
        {
            "start": 872657193,
            "stop": 872657301
        },
        {
            "start": 872657302,
            "stop": 872657493
        },
        {
            "start": 872657494,
            "stop": 872657589
        },
        {
            "start": 872657590,
            "stop": 872657734
        },
        {
            "start": 872657736,
            "stop": 872657747
        }
    ]
}