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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=202",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 203,
    "results": [
        {
            "start": 933375209,
            "stop": 933375509
        },
        {
            "start": 933375989,
            "stop": 933376156
        },
        {
            "start": 933379589,
            "stop": 933380182
        },
        {
            "start": 933390375,
            "stop": 933391554
        },
        {
            "start": 933391556,
            "stop": 933391569
        },
        {
            "start": 933391571,
            "stop": 933391584
        },
        {
            "start": 933391586,
            "stop": 933391589
        },
        {
            "start": 933391649,
            "stop": 933391688
        },
        {
            "start": 933391691,
            "stop": 933391703
        },
        {
            "start": 933391706,
            "stop": 933391719
        },
        {
            "start": 933391721,
            "stop": 933392054
        },
        {
            "start": 933401175,
            "stop": 933403349
        },
        {
            "start": 933403409,
            "stop": 933403930
        },
        {
            "start": 933403934,
            "stop": 933404415
        },
        {
            "start": 933404775,
            "stop": 933405655
        },
        {
            "start": 933411506,
            "stop": 933411615
        },
        {
            "start": 933411975,
            "stop": 933412047
        },
        {
            "start": 933412049,
            "stop": 933412283
        },
        {
            "start": 933412285,
            "stop": 933412511
        },
        {
            "start": 933412514,
            "stop": 933414792
        }
    ]
}