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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 63,
    "results": [
        {
            "start": 931189816,
            "stop": 931189817
        },
        {
            "start": 931189818,
            "stop": 931189829
        },
        {
            "start": 931189830,
            "stop": 931189837
        },
        {
            "start": 931189839,
            "stop": 931189840
        },
        {
            "start": 931189842,
            "stop": 931189843
        },
        {
            "start": 931189845,
            "stop": 931189849
        },
        {
            "start": 931189851,
            "stop": 931189852
        },
        {
            "start": 931189856,
            "stop": 931189857
        },
        {
            "start": 931189861,
            "stop": 931189862
        },
        {
            "start": 931189865,
            "stop": 931189868
        },
        {
            "start": 931189869,
            "stop": 931189873
        },
        {
            "start": 931189875,
            "stop": 931189876
        },
        {
            "start": 931189878,
            "stop": 931189879
        },
        {
            "start": 931189887,
            "stop": 931189888
        },
        {
            "start": 931189892,
            "stop": 931189896
        },
        {
            "start": 931189898,
            "stop": 931189901
        },
        {
            "start": 931189903,
            "stop": 931189904
        },
        {
            "start": 931189909,
            "stop": 931189912
        },
        {
            "start": 931189917,
            "stop": 931189920
        },
        {
            "start": 931189921,
            "stop": 931189923
        }
    ]
}