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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5119",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5117",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5118,
    "results": [
        {
            "start": 1136984445,
            "stop": 1136984466
        },
        {
            "start": 1136984468,
            "stop": 1136984493
        },
        {
            "start": 1136984495,
            "stop": 1136984530
        },
        {
            "start": 1136984532,
            "stop": 1136984535
        },
        {
            "start": 1136984537,
            "stop": 1136984543
        },
        {
            "start": 1136984545,
            "stop": 1136984555
        },
        {
            "start": 1136984557,
            "stop": 1136984566
        },
        {
            "start": 1136984568,
            "stop": 1136984578
        },
        {
            "start": 1136984579,
            "stop": 1136984623
        },
        {
            "start": 1136984624,
            "stop": 1136984690
        },
        {
            "start": 1136984692,
            "stop": 1136984717
        },
        {
            "start": 1136984718,
            "stop": 1136984738
        },
        {
            "start": 1136984740,
            "stop": 1136984753
        },
        {
            "start": 1136984755,
            "stop": 1136984757
        },
        {
            "start": 1136984759,
            "stop": 1136984774
        },
        {
            "start": 1136984777,
            "stop": 1136984796
        },
        {
            "start": 1136984798,
            "stop": 1136984799
        },
        {
            "start": 1136984801,
            "stop": 1136984828
        },
        {
            "start": 1136984829,
            "stop": 1136984836
        },
        {
            "start": 1136984838,
            "stop": 1136984875
        }
    ]
}