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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=231",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 232,
    "results": [
        {
            "start": 934093366,
            "stop": 934093395
        },
        {
            "start": 934093398,
            "stop": 934093525
        },
        {
            "start": 934093528,
            "stop": 934093622
        },
        {
            "start": 934093625,
            "stop": 934093719
        },
        {
            "start": 934093723,
            "stop": 934093916
        },
        {
            "start": 934093919,
            "stop": 934093948
        },
        {
            "start": 934093951,
            "stop": 934094014
        },
        {
            "start": 934094018,
            "stop": 934094146
        },
        {
            "start": 934094151,
            "stop": 934094211
        },
        {
            "start": 934094216,
            "stop": 934095101
        },
        {
            "start": 934095104,
            "stop": 934095615
        },
        {
            "start": 934095855,
            "stop": 934096544
        },
        {
            "start": 934096546,
            "stop": 934096867
        },
        {
            "start": 934096869,
            "stop": 934096923
        },
        {
            "start": 934096925,
            "stop": 934096963
        },
        {
            "start": 934096966,
            "stop": 934096997
        },
        {
            "start": 934096999,
            "stop": 934097159
        },
        {
            "start": 934097161,
            "stop": 934097223
        },
        {
            "start": 934097226,
            "stop": 934097320
        },
        {
            "start": 934097323,
            "stop": 934097551
        }
    ]
}