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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5717",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5718,
    "results": [
        {
            "start": 874604479,
            "stop": 874604483
        },
        {
            "start": 874604486,
            "stop": 874604496
        },
        {
            "start": 874604499,
            "stop": 874604500
        },
        {
            "start": 874604503,
            "stop": 874604579
        },
        {
            "start": 874604582,
            "stop": 874604590
        },
        {
            "start": 874604602,
            "stop": 874604634
        },
        {
            "start": 874604637,
            "stop": 874604650
        },
        {
            "start": 874604653,
            "stop": 874604686
        },
        {
            "start": 874604689,
            "stop": 874604768
        },
        {
            "start": 874604772,
            "stop": 874604778
        },
        {
            "start": 874604788,
            "stop": 874604791
        },
        {
            "start": 874604794,
            "stop": 874604803
        },
        {
            "start": 874604810,
            "stop": 874604847
        },
        {
            "start": 874604850,
            "stop": 874604852
        },
        {
            "start": 874604856,
            "stop": 874604857
        },
        {
            "start": 874604860,
            "stop": 874604873
        },
        {
            "start": 874604876,
            "stop": 874604877
        },
        {
            "start": 874604880,
            "stop": 874604885
        },
        {
            "start": 874604888,
            "stop": 874604896
        },
        {
            "start": 874604899,
            "stop": 874604916
        }
    ]
}