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=4795
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=4796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4794",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4795,
    "results": [
        {
            "start": 874622078,
            "stop": 874622157
        },
        {
            "start": 874622235,
            "stop": 874622260
        },
        {
            "start": 874622311,
            "stop": 874622312
        },
        {
            "start": 874622370,
            "stop": 874622410
        },
        {
            "start": 874622431,
            "stop": 874622434
        },
        {
            "start": 874622453,
            "stop": 874622488
        },
        {
            "start": 874622514,
            "stop": 874622627
        },
        {
            "start": 874622666,
            "stop": 874622702
        },
        {
            "start": 874622721,
            "stop": 874622745
        },
        {
            "start": 874625680,
            "stop": 874625956
        },
        {
            "start": 874625973,
            "stop": 874626453
        },
        {
            "start": 874626600,
            "stop": 874626692
        },
        {
            "start": 874626812,
            "stop": 874627780
        },
        {
            "start": 874627900,
            "stop": 874628191
        },
        {
            "start": 874628210,
            "stop": 874628700
        },
        {
            "start": 874628833,
            "stop": 874628903
        },
        {
            "start": 874628922,
            "stop": 874628924
        },
        {
            "start": 874629064,
            "stop": 874629084
        },
        {
            "start": 874629103,
            "stop": 874629171
        },
        {
            "start": 874629190,
            "stop": 874629332
        }
    ]
}