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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=144",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 145,
    "results": [
        {
            "start": 817139541,
            "stop": 817139606
        },
        {
            "start": 817139625,
            "stop": 817139656
        },
        {
            "start": 817139735,
            "stop": 817139761
        },
        {
            "start": 817139782,
            "stop": 817139788
        },
        {
            "start": 817139833,
            "stop": 817139890
        },
        {
            "start": 817139956,
            "stop": 817139972
        },
        {
            "start": 817139996,
            "stop": 817140122
        },
        {
            "start": 817140157,
            "stop": 817140172
        },
        {
            "start": 817140292,
            "stop": 817140297
        },
        {
            "start": 817140317,
            "stop": 817140318
        },
        {
            "start": 817140563,
            "stop": 817140606
        },
        {
            "start": 817140678,
            "stop": 817140712
        },
        {
            "start": 817140751,
            "stop": 817140765
        },
        {
            "start": 817140785,
            "stop": 817140834
        },
        {
            "start": 817140854,
            "stop": 817140881
        },
        {
            "start": 817140910,
            "stop": 817140925
        },
        {
            "start": 817140964,
            "stop": 817140970
        },
        {
            "start": 817140991,
            "stop": 817141032
        },
        {
            "start": 817141076,
            "stop": 817141088
        },
        {
            "start": 817141153,
            "stop": 817141179
        }
    ]
}