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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=68",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 69,
    "results": [
        {
            "start": 1409116101,
            "stop": 1409117478
        },
        {
            "start": 1409117483,
            "stop": 1409118013
        },
        {
            "start": 1409118018,
            "stop": 1409118045
        },
        {
            "start": 1409118050,
            "stop": 1409118251
        },
        {
            "start": 1409118260,
            "stop": 1409118389
        },
        {
            "start": 1409118394,
            "stop": 1409118481
        },
        {
            "start": 1409118486,
            "stop": 1409118724
        },
        {
            "start": 1409118729,
            "stop": 1409118825
        },
        {
            "start": 1409118830,
            "stop": 1409118877
        },
        {
            "start": 1409118882,
            "stop": 1409118946
        },
        {
            "start": 1409118951,
            "stop": 1409118981
        },
        {
            "start": 1409118986,
            "stop": 1409119124
        },
        {
            "start": 1409119129,
            "stop": 1409119140
        },
        {
            "start": 1409119145,
            "stop": 1409119169
        },
        {
            "start": 1409119173,
            "stop": 1409119354
        },
        {
            "start": 1409119359,
            "stop": 1409119721
        },
        {
            "start": 1409119726,
            "stop": 1409120209
        },
        {
            "start": 1409120218,
            "stop": 1409120230
        },
        {
            "start": 1409120239,
            "stop": 1409120540
        },
        {
            "start": 1409120545,
            "stop": 1409120651
        }
    ]
}