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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=331",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 332,
    "results": [
        {
            "start": 1263943683,
            "stop": 1263945339
        },
        {
            "start": 1263945341,
            "stop": 1263946364
        },
        {
            "start": 1263946367,
            "stop": 1263950130
        },
        {
            "start": 1263950132,
            "stop": 1263950682
        },
        {
            "start": 1263950684,
            "stop": 1263952716
        },
        {
            "start": 1263952717,
            "stop": 1263953588
        },
        {
            "start": 1263953589,
            "stop": 1263956056
        },
        {
            "start": 1263956059,
            "stop": 1263957615
        },
        {
            "start": 1263957619,
            "stop": 1263958590
        },
        {
            "start": 1263958592,
            "stop": 1263960403
        },
        {
            "start": 1263960406,
            "stop": 1263961543
        },
        {
            "start": 1263961548,
            "stop": 1263961795
        },
        {
            "start": 1263966840,
            "stop": 1263968310
        },
        {
            "start": 1263968313,
            "stop": 1263968625
        },
        {
            "start": 1263968630,
            "stop": 1263968830
        },
        {
            "start": 1263968834,
            "stop": 1263970048
        },
        {
            "start": 1263970051,
            "stop": 1263970801
        },
        {
            "start": 1263970804,
            "stop": 1263970990
        },
        {
            "start": 1263970995,
            "stop": 1263971590
        },
        {
            "start": 1263971594,
            "stop": 1263971855
        }
    ]
}