Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3758
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3759",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3757",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3758,
    "results": [
        {
            "start": 971507544,
            "stop": 971507554
        },
        {
            "start": 971507557,
            "stop": 971507614
        },
        {
            "start": 971507617,
            "stop": 971507621
        },
        {
            "start": 971507624,
            "stop": 971507628
        },
        {
            "start": 971507631,
            "stop": 971507640
        },
        {
            "start": 971507643,
            "stop": 971507654
        },
        {
            "start": 971507657,
            "stop": 971507725
        },
        {
            "start": 971507729,
            "stop": 971507742
        },
        {
            "start": 971507745,
            "stop": 971507758
        },
        {
            "start": 971507761,
            "stop": 971507818
        },
        {
            "start": 971507822,
            "stop": 971507824
        },
        {
            "start": 971507827,
            "stop": 971507836
        },
        {
            "start": 971507839,
            "stop": 971507840
        },
        {
            "start": 971507843,
            "stop": 971507849
        },
        {
            "start": 971507853,
            "stop": 971507855
        },
        {
            "start": 971507858,
            "stop": 971507902
        },
        {
            "start": 971507908,
            "stop": 971507927
        },
        {
            "start": 971507930,
            "stop": 971507965
        },
        {
            "start": 971507968,
            "stop": 971507978
        },
        {
            "start": 971507981,
            "stop": 971507987
        }
    ]
}