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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4837",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4835",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4836,
    "results": [
        {
            "start": 971257876,
            "stop": 971257880
        },
        {
            "start": 971257883,
            "stop": 971258125
        },
        {
            "start": 971258128,
            "stop": 971258169
        },
        {
            "start": 971258172,
            "stop": 971258262
        },
        {
            "start": 971258280,
            "stop": 971258466
        },
        {
            "start": 971258469,
            "stop": 971258512
        },
        {
            "start": 971258529,
            "stop": 971258543
        },
        {
            "start": 971258546,
            "stop": 971258919
        },
        {
            "start": 971258922,
            "stop": 971258989
        },
        {
            "start": 971260714,
            "stop": 971260730
        },
        {
            "start": 971260734,
            "stop": 971260791
        },
        {
            "start": 971260794,
            "stop": 971260906
        },
        {
            "start": 971260909,
            "stop": 971261013
        },
        {
            "start": 971261016,
            "stop": 971261043
        },
        {
            "start": 971261061,
            "stop": 971261090
        },
        {
            "start": 971261093,
            "stop": 971261149
        },
        {
            "start": 971261153,
            "stop": 971261217
        },
        {
            "start": 971261220,
            "stop": 971261386
        },
        {
            "start": 971261389,
            "stop": 971261627
        },
        {
            "start": 971261645,
            "stop": 971261696
        }
    ]
}