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=674
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=675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=673",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 674,
    "results": [
        {
            "start": 829704883,
            "stop": 829704936
        },
        {
            "start": 829705236,
            "stop": 829705254
        },
        {
            "start": 829705258,
            "stop": 829705273
        },
        {
            "start": 829705277,
            "stop": 829705298
        },
        {
            "start": 829705306,
            "stop": 829705356
        },
        {
            "start": 829705360,
            "stop": 829705375
        },
        {
            "start": 829705379,
            "stop": 829705414
        },
        {
            "start": 829705418,
            "stop": 829705435
        },
        {
            "start": 829705439,
            "stop": 829705471
        },
        {
            "start": 829705475,
            "stop": 829705497
        },
        {
            "start": 829705500,
            "stop": 829705568
        },
        {
            "start": 829705573,
            "stop": 829705621
        },
        {
            "start": 829705625,
            "stop": 829705631
        },
        {
            "start": 829705635,
            "stop": 829705669
        },
        {
            "start": 829705672,
            "stop": 829705720
        },
        {
            "start": 829705723,
            "stop": 829705808
        },
        {
            "start": 829705811,
            "stop": 829705813
        },
        {
            "start": 829705816,
            "stop": 829705835
        },
        {
            "start": 829705838,
            "stop": 829705894
        },
        {
            "start": 829705897,
            "stop": 829705960
        }
    ]
}