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=5283
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=5284",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5282",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5283,
    "results": [
        {
            "start": 1137082357,
            "stop": 1137082359
        },
        {
            "start": 1137082361,
            "stop": 1137082376
        },
        {
            "start": 1137082378,
            "stop": 1137082419
        },
        {
            "start": 1137082421,
            "stop": 1137082423
        },
        {
            "start": 1137082425,
            "stop": 1137082426
        },
        {
            "start": 1137082429,
            "stop": 1137082431
        },
        {
            "start": 1137082432,
            "stop": 1137082473
        },
        {
            "start": 1137082477,
            "stop": 1137082509
        },
        {
            "start": 1137082511,
            "stop": 1137082565
        },
        {
            "start": 1137082567,
            "stop": 1137082597
        },
        {
            "start": 1137082602,
            "stop": 1137082634
        },
        {
            "start": 1137082636,
            "stop": 1137082638
        },
        {
            "start": 1137082641,
            "stop": 1137082642
        },
        {
            "start": 1137082644,
            "stop": 1137082662
        },
        {
            "start": 1137082666,
            "stop": 1137082702
        },
        {
            "start": 1137082704,
            "stop": 1137082712
        },
        {
            "start": 1137082714,
            "stop": 1137082745
        },
        {
            "start": 1137082746,
            "stop": 1137082762
        },
        {
            "start": 1137082770,
            "stop": 1137082806
        },
        {
            "start": 1137082809,
            "stop": 1137082821
        }
    ]
}