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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=235",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 236,
    "results": [
        {
            "start": 820985144,
            "stop": 820985266
        },
        {
            "start": 820985270,
            "stop": 820986385
        },
        {
            "start": 820986685,
            "stop": 820986780
        },
        {
            "start": 820986797,
            "stop": 820988728
        },
        {
            "start": 820988731,
            "stop": 820988772
        },
        {
            "start": 820989072,
            "stop": 820989092
        },
        {
            "start": 820989095,
            "stop": 820989318
        },
        {
            "start": 820989321,
            "stop": 820989328
        },
        {
            "start": 820989628,
            "stop": 820990390
        },
        {
            "start": 820990394,
            "stop": 820990919
        },
        {
            "start": 820991219,
            "stop": 820991816
        },
        {
            "start": 820991819,
            "stop": 820992220
        },
        {
            "start": 820992224,
            "stop": 820992225
        },
        {
            "start": 820992229,
            "stop": 820992304
        },
        {
            "start": 820992307,
            "stop": 820992494
        },
        {
            "start": 820992511,
            "stop": 820992646
        },
        {
            "start": 820992649,
            "stop": 820992656
        },
        {
            "start": 820992660,
            "stop": 820992973
        },
        {
            "start": 820992976,
            "stop": 820993719
        },
        {
            "start": 820995490,
            "stop": 820995676
        }
    ]
}