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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=346",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 347,
    "results": [
        {
            "start": 1382939034,
            "stop": 1382939089
        },
        {
            "start": 1382939094,
            "stop": 1382951626
        },
        {
            "start": 1382951629,
            "stop": 1382962152
        },
        {
            "start": 1382962157,
            "stop": 1382969845
        },
        {
            "start": 1382969849,
            "stop": 1382970411
        },
        {
            "start": 1382970414,
            "stop": 1382972692
        },
        {
            "start": 1382973491,
            "stop": 1382976184
        },
        {
            "start": 1382976202,
            "stop": 1382981857
        },
        {
            "start": 1382981860,
            "stop": 1382996058
        },
        {
            "start": 1382996061,
            "stop": 1383006137
        },
        {
            "start": 1383006141,
            "stop": 1383017848
        },
        {
            "start": 1383017851,
            "stop": 1383030809
        },
        {
            "start": 1383048742,
            "stop": 1383056189
        },
        {
            "start": 1383056932,
            "stop": 1383062193
        },
        {
            "start": 1383062196,
            "stop": 1383074221
        },
        {
            "start": 1383086646,
            "stop": 1383088927
        },
        {
            "start": 1383088931,
            "stop": 1383106356
        },
        {
            "start": 1383106360,
            "stop": 1383124378
        },
        {
            "start": 1383124382,
            "stop": 1383132086
        },
        {
            "start": 1383132089,
            "stop": 1383145028
        }
    ]
}