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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 151,
    "results": [
        {
            "start": 1373253775,
            "stop": 1373253901
        },
        {
            "start": 1373253902,
            "stop": 1373256172
        },
        {
            "start": 1373256173,
            "stop": 1373257270
        },
        {
            "start": 1373257272,
            "stop": 1373257925
        },
        {
            "start": 1373257927,
            "stop": 1373259174
        },
        {
            "start": 1373259176,
            "stop": 1373259843
        },
        {
            "start": 1373259845,
            "stop": 1373261170
        },
        {
            "start": 1373261172,
            "stop": 1373262115
        },
        {
            "start": 1373262117,
            "stop": 1373263548
        },
        {
            "start": 1373263549,
            "stop": 1373267592
        },
        {
            "start": 1373267593,
            "stop": 1373269974
        },
        {
            "start": 1373269976,
            "stop": 1373273418
        },
        {
            "start": 1373273419,
            "stop": 1373273969
        },
        {
            "start": 1373273970,
            "stop": 1373275721
        },
        {
            "start": 1373275723,
            "stop": 1373276364
        },
        {
            "start": 1373276366,
            "stop": 1373277612
        },
        {
            "start": 1373277614,
            "stop": 1373280407
        },
        {
            "start": 1373280408,
            "stop": 1373282380
        },
        {
            "start": 1373282382,
            "stop": 1373284647
        },
        {
            "start": 1373284649,
            "stop": 1373286522
        }
    ]
}