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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9916",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9917,
    "results": [
        {
            "start": 870911199,
            "stop": 870911201
        },
        {
            "start": 870911208,
            "stop": 870911224
        },
        {
            "start": 870911232,
            "stop": 870911240
        },
        {
            "start": 870911247,
            "stop": 870911263
        },
        {
            "start": 870911271,
            "stop": 870911298
        },
        {
            "start": 870911305,
            "stop": 870911312
        },
        {
            "start": 870911320,
            "stop": 870911333
        },
        {
            "start": 870911341,
            "stop": 870911343
        },
        {
            "start": 870911374,
            "stop": 870911485
        },
        {
            "start": 870911493,
            "stop": 870911543
        },
        {
            "start": 870911551,
            "stop": 870911603
        },
        {
            "start": 870911610,
            "stop": 870911641
        },
        {
            "start": 870911649,
            "stop": 870911658
        },
        {
            "start": 870911674,
            "stop": 870911681
        },
        {
            "start": 870911696,
            "stop": 870911700
        },
        {
            "start": 870911760,
            "stop": 870911794
        },
        {
            "start": 870911811,
            "stop": 870911818
        },
        {
            "start": 870911838,
            "stop": 870911840
        },
        {
            "start": 870911847,
            "stop": 870911871
        },
        {
            "start": 870911887,
            "stop": 870911902
        }
    ]
}