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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=199",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 200,
    "results": [
        {
            "start": 821660854,
            "stop": 821660855
        },
        {
            "start": 821660858,
            "stop": 821660862
        },
        {
            "start": 821660865,
            "stop": 821660874
        },
        {
            "start": 821660877,
            "stop": 821660882
        },
        {
            "start": 821660885,
            "stop": 821660908
        },
        {
            "start": 821660911,
            "stop": 821660918
        },
        {
            "start": 821660921,
            "stop": 821660937
        },
        {
            "start": 821660940,
            "stop": 821660949
        },
        {
            "start": 821660952,
            "stop": 821660955
        },
        {
            "start": 821660958,
            "stop": 821660979
        },
        {
            "start": 821660982,
            "stop": 821660990
        },
        {
            "start": 821660993,
            "stop": 821660996
        },
        {
            "start": 821660999,
            "stop": 821661025
        },
        {
            "start": 821661028,
            "stop": 821661034
        },
        {
            "start": 821661037,
            "stop": 821661061
        },
        {
            "start": 821661066,
            "stop": 821661086
        },
        {
            "start": 821661089,
            "stop": 821661116
        },
        {
            "start": 821661119,
            "stop": 821661125
        },
        {
            "start": 821661128,
            "stop": 821661150
        },
        {
            "start": 821661153,
            "stop": 821661171
        }
    ]
}