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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=14",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 15,
    "results": [
        {
            "start": 815999744,
            "stop": 816002490
        },
        {
            "start": 816002550,
            "stop": 816005653
        },
        {
            "start": 816005656,
            "stop": 816007893
        },
        {
            "start": 816007896,
            "stop": 816008550
        },
        {
            "start": 816008610,
            "stop": 816011873
        },
        {
            "start": 816011876,
            "stop": 816015284
        },
        {
            "start": 816015395,
            "stop": 816021930
        },
        {
            "start": 816021990,
            "stop": 816027013
        },
        {
            "start": 816034772,
            "stop": 816035490
        },
        {
            "start": 816035550,
            "stop": 816037639
        },
        {
            "start": 816039940,
            "stop": 816040170
        },
        {
            "start": 816052114,
            "stop": 816055237
        },
        {
            "start": 816055238,
            "stop": 816067078
        },
        {
            "start": 816067081,
            "stop": 816068749
        },
        {
            "start": 816070484,
            "stop": 816073632
        },
        {
            "start": 816073635,
            "stop": 816084933
        },
        {
            "start": 816084936,
            "stop": 816087593
        },
        {
            "start": 816087596,
            "stop": 816099366
        },
        {
            "start": 816099885,
            "stop": 816103290
        },
        {
            "start": 816103350,
            "stop": 816103555
        }
    ]
}