Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=106
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 106,
    "results": [
        {
            "start": 931345635,
            "stop": 931345660
        },
        {
            "start": 931345661,
            "stop": 931345672
        },
        {
            "start": 931345673,
            "stop": 931345684
        },
        {
            "start": 931345686,
            "stop": 931345726
        },
        {
            "start": 931345727,
            "stop": 931345730
        },
        {
            "start": 931345731,
            "stop": 931345752
        },
        {
            "start": 931345755,
            "stop": 931345757
        },
        {
            "start": 931345758,
            "stop": 931345770
        },
        {
            "start": 931345772,
            "stop": 931345777
        },
        {
            "start": 931345778,
            "stop": 931345955
        },
        {
            "start": 931345957,
            "stop": 931345960
        },
        {
            "start": 931345961,
            "stop": 931345968
        },
        {
            "start": 931345970,
            "stop": 931345971
        },
        {
            "start": 931345973,
            "stop": 931345987
        },
        {
            "start": 931345989,
            "stop": 931345993
        },
        {
            "start": 931345995,
            "stop": 931346021
        },
        {
            "start": 931346022,
            "stop": 931346026
        },
        {
            "start": 931346027,
            "stop": 931346031
        },
        {
            "start": 931346032,
            "stop": 931346036
        },
        {
            "start": 931346037,
            "stop": 931346051
        }
    ]
}