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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5009",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5010,
    "results": [
        {
            "start": 874511597,
            "stop": 874511640
        },
        {
            "start": 874511717,
            "stop": 874511775
        },
        {
            "start": 874511794,
            "stop": 874511814
        },
        {
            "start": 874511833,
            "stop": 874511837
        },
        {
            "start": 874511856,
            "stop": 874511867
        },
        {
            "start": 874511886,
            "stop": 874511900
        },
        {
            "start": 874511919,
            "stop": 874511932
        },
        {
            "start": 874511952,
            "stop": 874511995
        },
        {
            "start": 874512054,
            "stop": 874512089
        },
        {
            "start": 874512108,
            "stop": 874512228
        },
        {
            "start": 874512312,
            "stop": 874512330
        },
        {
            "start": 874512349,
            "stop": 874512380
        },
        {
            "start": 874512399,
            "stop": 874512431
        },
        {
            "start": 874512450,
            "stop": 874512485
        },
        {
            "start": 874512505,
            "stop": 874512531
        },
        {
            "start": 874512550,
            "stop": 874512597
        },
        {
            "start": 874512616,
            "stop": 874512737
        },
        {
            "start": 874512756,
            "stop": 874512762
        },
        {
            "start": 874512784,
            "stop": 874512797
        },
        {
            "start": 874512816,
            "stop": 874512931
        }
    ]
}