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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3967",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3968,
    "results": [
        {
            "start": 874441774,
            "stop": 874441792
        },
        {
            "start": 874441796,
            "stop": 874441801
        },
        {
            "start": 874441806,
            "stop": 874441811
        },
        {
            "start": 874441814,
            "stop": 874441827
        },
        {
            "start": 874441830,
            "stop": 874441836
        },
        {
            "start": 874441839,
            "stop": 874441878
        },
        {
            "start": 874441881,
            "stop": 874441884
        },
        {
            "start": 874441888,
            "stop": 874441914
        },
        {
            "start": 874441917,
            "stop": 874441924
        },
        {
            "start": 874441927,
            "stop": 874442218
        },
        {
            "start": 874442280,
            "stop": 874442369
        },
        {
            "start": 874442372,
            "stop": 874442640
        },
        {
            "start": 874442700,
            "stop": 874442712
        },
        {
            "start": 874442715,
            "stop": 874442820
        },
        {
            "start": 874442880,
            "stop": 874442965
        },
        {
            "start": 874442968,
            "stop": 874442973
        },
        {
            "start": 874442976,
            "stop": 874443044
        },
        {
            "start": 874443047,
            "stop": 874443220
        },
        {
            "start": 874443223,
            "stop": 874443247
        },
        {
            "start": 874443250,
            "stop": 874443255
        }
    ]
}