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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 91,
    "results": [
        {
            "start": 1371406483,
            "stop": 1371408948
        },
        {
            "start": 1371408953,
            "stop": 1371409087
        },
        {
            "start": 1371409089,
            "stop": 1371410039
        },
        {
            "start": 1371422982,
            "stop": 1371423751
        },
        {
            "start": 1371423753,
            "stop": 1371424117
        },
        {
            "start": 1371424118,
            "stop": 1371425276
        },
        {
            "start": 1371425278,
            "stop": 1371425886
        },
        {
            "start": 1371425888,
            "stop": 1371426344
        },
        {
            "start": 1371426345,
            "stop": 1371426884
        },
        {
            "start": 1371426885,
            "stop": 1371428062
        },
        {
            "start": 1371428064,
            "stop": 1371428639
        },
        {
            "start": 1371428644,
            "stop": 1371429180
        },
        {
            "start": 1371429182,
            "stop": 1371429699
        },
        {
            "start": 1371429702,
            "stop": 1371429738
        },
        {
            "start": 1371429740,
            "stop": 1371430111
        },
        {
            "start": 1371433312,
            "stop": 1371433702
        },
        {
            "start": 1371433704,
            "stop": 1371434240
        },
        {
            "start": 1371434241,
            "stop": 1371443258
        },
        {
            "start": 1371443260,
            "stop": 1371445439
        },
        {
            "start": 1371445441,
            "stop": 1371447492
        }
    ]
}