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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=26",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 27,
    "results": [
        {
            "start": 1399856775,
            "stop": 1399856983
        },
        {
            "start": 1399857031,
            "stop": 1399857519
        },
        {
            "start": 1399857583,
            "stop": 1399860032
        },
        {
            "start": 1399860036,
            "stop": 1399860799
        },
        {
            "start": 1399860847,
            "stop": 1399862063
        },
        {
            "start": 1399862111,
            "stop": 1399865200
        },
        {
            "start": 1399865203,
            "stop": 1399868111
        },
        {
            "start": 1399868175,
            "stop": 1399869439
        },
        {
            "start": 1399869503,
            "stop": 1399869667
        },
        {
            "start": 1399869669,
            "stop": 1399870215
        },
        {
            "start": 1399870279,
            "stop": 1399871191
        },
        {
            "start": 1399871239,
            "stop": 1399872543
        },
        {
            "start": 1399872607,
            "stop": 1399879127
        },
        {
            "start": 1399879132,
            "stop": 1399879359
        },
        {
            "start": 1399879423,
            "stop": 1399880711
        },
        {
            "start": 1399880775,
            "stop": 1399881575
        },
        {
            "start": 1399881639,
            "stop": 1399882991
        },
        {
            "start": 1399883055,
            "stop": 1399886847
        },
        {
            "start": 1399886911,
            "stop": 1399888423
        },
        {
            "start": 1399888487,
            "stop": 1399894671
        }
    ]
}