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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=216",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 217,
    "results": [
        {
            "start": 821667589,
            "stop": 821667591
        },
        {
            "start": 821667594,
            "stop": 821667600
        },
        {
            "start": 821667604,
            "stop": 821667605
        },
        {
            "start": 821667608,
            "stop": 821667617
        },
        {
            "start": 821667622,
            "stop": 821667629
        },
        {
            "start": 821667632,
            "stop": 821667638
        },
        {
            "start": 821667641,
            "stop": 821667652
        },
        {
            "start": 821667655,
            "stop": 821667671
        },
        {
            "start": 821667674,
            "stop": 821667676
        },
        {
            "start": 821667682,
            "stop": 821667685
        },
        {
            "start": 821667689,
            "stop": 821667709
        },
        {
            "start": 821667712,
            "stop": 821667720
        },
        {
            "start": 821667724,
            "stop": 821667727
        },
        {
            "start": 821667730,
            "stop": 821667738
        },
        {
            "start": 821667741,
            "stop": 821667742
        },
        {
            "start": 821667745,
            "stop": 821667762
        },
        {
            "start": 821667765,
            "stop": 821667772
        },
        {
            "start": 821667776,
            "stop": 821667783
        },
        {
            "start": 821667786,
            "stop": 821667788
        },
        {
            "start": 821667791,
            "stop": 821667819
        }
    ]
}