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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40910",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40911,
    "results": [
        {
            "start": 875096362,
            "stop": 875096400
        },
        {
            "start": 875096401,
            "stop": 875096473
        },
        {
            "start": 875096474,
            "stop": 875096638
        },
        {
            "start": 875096639,
            "stop": 875096640
        },
        {
            "start": 875096641,
            "stop": 875096686
        },
        {
            "start": 875096687,
            "stop": 875096728
        },
        {
            "start": 875096730,
            "stop": 875096793
        },
        {
            "start": 875096794,
            "stop": 875096856
        },
        {
            "start": 875096857,
            "stop": 875096984
        },
        {
            "start": 875096985,
            "stop": 875097025
        },
        {
            "start": 875097026,
            "stop": 875097075
        },
        {
            "start": 875097076,
            "stop": 875097083
        },
        {
            "start": 875097085,
            "stop": 875097229
        },
        {
            "start": 875097230,
            "stop": 875097239
        },
        {
            "start": 875097240,
            "stop": 875097303
        },
        {
            "start": 875097304,
            "stop": 875097367
        },
        {
            "start": 875097368,
            "stop": 875097388
        },
        {
            "start": 875097389,
            "stop": 875097452
        },
        {
            "start": 875097453,
            "stop": 875097485
        },
        {
            "start": 875097487,
            "stop": 875097488
        }
    ]
}