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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4645",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4646,
    "results": [
        {
            "start": 874258489,
            "stop": 874258565
        },
        {
            "start": 874258596,
            "stop": 874258599
        },
        {
            "start": 874258618,
            "stop": 874258653
        },
        {
            "start": 874258673,
            "stop": 874258701
        },
        {
            "start": 874258725,
            "stop": 874258819
        },
        {
            "start": 874258844,
            "stop": 874258874
        },
        {
            "start": 874258897,
            "stop": 874258951
        },
        {
            "start": 874258988,
            "stop": 874258995
        },
        {
            "start": 874259054,
            "stop": 874259073
        },
        {
            "start": 874259094,
            "stop": 874259113
        },
        {
            "start": 874259132,
            "stop": 874259187
        },
        {
            "start": 874259207,
            "stop": 874259215
        },
        {
            "start": 874259235,
            "stop": 874259247
        },
        {
            "start": 874259267,
            "stop": 874259281
        },
        {
            "start": 874259401,
            "stop": 874259407
        },
        {
            "start": 874259426,
            "stop": 874259455
        },
        {
            "start": 874259475,
            "stop": 874259490
        },
        {
            "start": 874259509,
            "stop": 874259547
        },
        {
            "start": 874259613,
            "stop": 874259628
        },
        {
            "start": 874259647,
            "stop": 874259674
        }
    ]
}