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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=194",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 195,
    "results": [
        {
            "start": 933249975,
            "stop": 933250605
        },
        {
            "start": 933252472,
            "stop": 933253020
        },
        {
            "start": 933253620,
            "stop": 933253896
        },
        {
            "start": 933253899,
            "stop": 933254009
        },
        {
            "start": 933254069,
            "stop": 933254129
        },
        {
            "start": 933254189,
            "stop": 933255584
        },
        {
            "start": 933255704,
            "stop": 933256058
        },
        {
            "start": 933256062,
            "stop": 933256409
        },
        {
            "start": 933256529,
            "stop": 933256805
        },
        {
            "start": 933256809,
            "stop": 933256815
        },
        {
            "start": 933257175,
            "stop": 933257228
        },
        {
            "start": 933257348,
            "stop": 933257446
        },
        {
            "start": 933257566,
            "stop": 933258509
        },
        {
            "start": 933258569,
            "stop": 933258575
        },
        {
            "start": 933258582,
            "stop": 933259260
        },
        {
            "start": 933259264,
            "stop": 933259529
        },
        {
            "start": 933259589,
            "stop": 933259704
        },
        {
            "start": 933259706,
            "stop": 933259709
        },
        {
            "start": 933259769,
            "stop": 933260415
        },
        {
            "start": 933260775,
            "stop": 933260849
        }
    ]
}