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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=194",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 195,
    "results": [
        {
            "start": 931483007,
            "stop": 931483008
        },
        {
            "start": 931483011,
            "stop": 931483012
        },
        {
            "start": 931483015,
            "stop": 931483018
        },
        {
            "start": 931483021,
            "stop": 931483025
        },
        {
            "start": 931483028,
            "stop": 931483029
        },
        {
            "start": 931483035,
            "stop": 931483038
        },
        {
            "start": 931483042,
            "stop": 931483043
        },
        {
            "start": 931483048,
            "stop": 931483050
        },
        {
            "start": 931483056,
            "stop": 931483058
        },
        {
            "start": 931483064,
            "stop": 931483075
        },
        {
            "start": 931483078,
            "stop": 931483083
        },
        {
            "start": 931483086,
            "stop": 931483091
        },
        {
            "start": 931483093,
            "stop": 931483097
        },
        {
            "start": 931483099,
            "stop": 931483102
        },
        {
            "start": 931483113,
            "stop": 931483116
        },
        {
            "start": 931483121,
            "stop": 931483122
        },
        {
            "start": 931483125,
            "stop": 931483128
        },
        {
            "start": 931483131,
            "stop": 931483141
        },
        {
            "start": 931483144,
            "stop": 931483148
        },
        {
            "start": 931483151,
            "stop": 931483154
        }
    ]
}