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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5017",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5018,
    "results": [
        {
            "start": 874524424,
            "stop": 874524428
        },
        {
            "start": 874524449,
            "stop": 874524469
        },
        {
            "start": 874525440,
            "stop": 874525441
        },
        {
            "start": 874525461,
            "stop": 874525560
        },
        {
            "start": 874525860,
            "stop": 874525980
        },
        {
            "start": 874526160,
            "stop": 874526191
        },
        {
            "start": 874529520,
            "stop": 874529880
        },
        {
            "start": 874530000,
            "stop": 874530060
        },
        {
            "start": 874535621,
            "stop": 874536171
        },
        {
            "start": 874538124,
            "stop": 874540520
        },
        {
            "start": 874540539,
            "stop": 874540860
        },
        {
            "start": 874540929,
            "stop": 874541093
        },
        {
            "start": 874541112,
            "stop": 874541157
        },
        {
            "start": 874541177,
            "stop": 874541451
        },
        {
            "start": 874541503,
            "stop": 874541611
        },
        {
            "start": 874541631,
            "stop": 874541753
        },
        {
            "start": 874541772,
            "stop": 874541859
        },
        {
            "start": 874541878,
            "stop": 874541998
        },
        {
            "start": 874542031,
            "stop": 874542060
        },
        {
            "start": 874542154,
            "stop": 874542209
        }
    ]
}