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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 148,
    "results": [
        {
            "start": 931399179,
            "stop": 931399213
        },
        {
            "start": 931399575,
            "stop": 931399582
        },
        {
            "start": 931399584,
            "stop": 931399636
        },
        {
            "start": 931399639,
            "stop": 931399642
        },
        {
            "start": 931399643,
            "stop": 931399661
        },
        {
            "start": 931399662,
            "stop": 931399696
        },
        {
            "start": 931399698,
            "stop": 931399747
        },
        {
            "start": 931399748,
            "stop": 931399831
        },
        {
            "start": 931399834,
            "stop": 931399837
        },
        {
            "start": 931399838,
            "stop": 931399845
        },
        {
            "start": 931399847,
            "stop": 931399868
        },
        {
            "start": 931399869,
            "stop": 931399875
        },
        {
            "start": 931399876,
            "stop": 931399882
        },
        {
            "start": 931399884,
            "stop": 931399894
        },
        {
            "start": 931399896,
            "stop": 931399904
        },
        {
            "start": 931399906,
            "stop": 931399908
        },
        {
            "start": 931399910,
            "stop": 931399920
        },
        {
            "start": 931399922,
            "stop": 931399977
        },
        {
            "start": 931399978,
            "stop": 931399988
        },
        {
            "start": 931399990,
            "stop": 931399994
        }
    ]
}