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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=157",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 158,
    "results": [
        {
            "start": 819979153,
            "stop": 819979249
        },
        {
            "start": 819979252,
            "stop": 819979280
        },
        {
            "start": 819981115,
            "stop": 819981526
        },
        {
            "start": 819981530,
            "stop": 819981584
        },
        {
            "start": 819981588,
            "stop": 819981589
        },
        {
            "start": 819981592,
            "stop": 819981943
        },
        {
            "start": 819981946,
            "stop": 819982189
        },
        {
            "start": 819982192,
            "stop": 819982409
        },
        {
            "start": 819982413,
            "stop": 819982421
        },
        {
            "start": 819982425,
            "stop": 819982658
        },
        {
            "start": 819982661,
            "stop": 819982740
        },
        {
            "start": 819982743,
            "stop": 819982804
        },
        {
            "start": 819982807,
            "stop": 819983210
        },
        {
            "start": 819983213,
            "stop": 819983225
        },
        {
            "start": 819983228,
            "stop": 819983359
        },
        {
            "start": 819983362,
            "stop": 819983519
        },
        {
            "start": 819983522,
            "stop": 819983840
        },
        {
            "start": 819983843,
            "stop": 819983880
        },
        {
            "start": 819983883,
            "stop": 819983917
        },
        {
            "start": 819984860,
            "stop": 819984863
        }
    ]
}