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=5274
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=5275",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5273",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5274,
    "results": [
        {
            "start": 1137076252,
            "stop": 1137076268
        },
        {
            "start": 1137076270,
            "stop": 1137076280
        },
        {
            "start": 1137076283,
            "stop": 1137076399
        },
        {
            "start": 1137076401,
            "stop": 1137076409
        },
        {
            "start": 1137076411,
            "stop": 1137076434
        },
        {
            "start": 1137076437,
            "stop": 1137076438
        },
        {
            "start": 1137076440,
            "stop": 1137076448
        },
        {
            "start": 1137076450,
            "stop": 1137076459
        },
        {
            "start": 1137076461,
            "stop": 1137076463
        },
        {
            "start": 1137076464,
            "stop": 1137076482
        },
        {
            "start": 1137076484,
            "stop": 1137076637
        },
        {
            "start": 1137076639,
            "stop": 1137076690
        },
        {
            "start": 1137076692,
            "stop": 1137076721
        },
        {
            "start": 1137076723,
            "stop": 1137076748
        },
        {
            "start": 1137076749,
            "stop": 1137076824
        },
        {
            "start": 1137076826,
            "stop": 1137076827
        },
        {
            "start": 1137076829,
            "stop": 1137076872
        },
        {
            "start": 1137076874,
            "stop": 1137077019
        },
        {
            "start": 1137077024,
            "stop": 1137077065
        },
        {
            "start": 1137077067,
            "stop": 1137077077
        }
    ]
}