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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=72",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 73,
    "results": [
        {
            "start": 1374136181,
            "stop": 1374148497
        },
        {
            "start": 1374148502,
            "stop": 1374149080
        },
        {
            "start": 1374149085,
            "stop": 1374149250
        },
        {
            "start": 1374149253,
            "stop": 1374149279
        },
        {
            "start": 1374149285,
            "stop": 1374155102
        },
        {
            "start": 1374161571,
            "stop": 1374162338
        },
        {
            "start": 1374162343,
            "stop": 1374180734
        },
        {
            "start": 1374180739,
            "stop": 1374186854
        },
        {
            "start": 1374186859,
            "stop": 1374194496
        },
        {
            "start": 1374201066,
            "stop": 1374202296
        },
        {
            "start": 1374202299,
            "stop": 1374202908
        },
        {
            "start": 1374202911,
            "stop": 1374205756
        },
        {
            "start": 1374205759,
            "stop": 1374206563
        },
        {
            "start": 1374206569,
            "stop": 1374206957
        },
        {
            "start": 1374206969,
            "stop": 1374218568
        },
        {
            "start": 1374218573,
            "stop": 1374222701
        },
        {
            "start": 1374222704,
            "stop": 1374223323
        },
        {
            "start": 1374223328,
            "stop": 1374225223
        },
        {
            "start": 1374225228,
            "stop": 1374226357
        },
        {
            "start": 1374226362,
            "stop": 1374226787
        }
    ]
}