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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=332",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 333,
    "results": [
        {
            "start": 861647231,
            "stop": 861647321
        },
        {
            "start": 861647844,
            "stop": 861650092
        },
        {
            "start": 861650422,
            "stop": 861651664
        },
        {
            "start": 861651686,
            "stop": 861652892
        },
        {
            "start": 861653676,
            "stop": 861654470
        },
        {
            "start": 861654770,
            "stop": 861662259
        },
        {
            "start": 861662277,
            "stop": 861663152
        },
        {
            "start": 861663173,
            "stop": 861666819
        },
        {
            "start": 861666841,
            "stop": 861667277
        },
        {
            "start": 861667298,
            "stop": 861670195
        },
        {
            "start": 861670213,
            "stop": 861685293
        },
        {
            "start": 861685312,
            "stop": 861693093
        },
        {
            "start": 861693562,
            "stop": 861708129
        },
        {
            "start": 861708168,
            "stop": 861713029
        },
        {
            "start": 861713034,
            "stop": 861718879
        },
        {
            "start": 861719258,
            "stop": 861726755
        },
        {
            "start": 861726778,
            "stop": 861726779
        },
        {
            "start": 861726833,
            "stop": 861729202
        },
        {
            "start": 861729223,
            "stop": 861730467
        },
        {
            "start": 861730488,
            "stop": 861737852
        }
    ]
}