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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=270",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 271,
    "results": [
        {
            "start": 933512175,
            "stop": 933512182
        },
        {
            "start": 933512183,
            "stop": 933512189
        },
        {
            "start": 933512190,
            "stop": 933512191
        },
        {
            "start": 933512192,
            "stop": 933512219
        },
        {
            "start": 933512222,
            "stop": 933512241
        },
        {
            "start": 933512243,
            "stop": 933512380
        },
        {
            "start": 933512381,
            "stop": 933512398
        },
        {
            "start": 933512399,
            "stop": 933512557
        },
        {
            "start": 933512562,
            "stop": 933512719
        },
        {
            "start": 933512724,
            "stop": 933512788
        },
        {
            "start": 933513247,
            "stop": 933513290
        },
        {
            "start": 933513291,
            "stop": 933513511
        },
        {
            "start": 933513516,
            "stop": 933513606
        },
        {
            "start": 933513611,
            "stop": 933513875
        },
        {
            "start": 933513880,
            "stop": 933514429
        },
        {
            "start": 933514430,
            "stop": 933514762
        },
        {
            "start": 933514767,
            "stop": 933515166
        },
        {
            "start": 933515171,
            "stop": 933515296
        },
        {
            "start": 933515301,
            "stop": 933515384
        },
        {
            "start": 933515389,
            "stop": 933515726
        }
    ]
}