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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 34,
    "results": [
        {
            "start": 1401180268,
            "stop": 1401184017
        },
        {
            "start": 1401184023,
            "stop": 1401188434
        },
        {
            "start": 1401188441,
            "stop": 1401188455
        },
        {
            "start": 1401188462,
            "stop": 1401190022
        },
        {
            "start": 1401190029,
            "stop": 1401197445
        },
        {
            "start": 1401197452,
            "stop": 1401199941
        },
        {
            "start": 1401199947,
            "stop": 1401207624
        },
        {
            "start": 1401207630,
            "stop": 1401208346
        },
        {
            "start": 1401218008,
            "stop": 1401219514
        },
        {
            "start": 1401219521,
            "stop": 1401227318
        },
        {
            "start": 1401227324,
            "stop": 1401229496
        },
        {
            "start": 1401229501,
            "stop": 1401232010
        },
        {
            "start": 1401232015,
            "stop": 1401233525
        },
        {
            "start": 1401233781,
            "stop": 1401240170
        },
        {
            "start": 1401240175,
            "stop": 1401241796
        },
        {
            "start": 1401247475,
            "stop": 1401257391
        },
        {
            "start": 1401257394,
            "stop": 1401279710
        },
        {
            "start": 1401279715,
            "stop": 1401283699
        },
        {
            "start": 1401287024,
            "stop": 1401289599
        },
        {
            "start": 1401289606,
            "stop": 1401289612
        }
    ]
}