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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 64,
    "results": [
        {
            "start": 818780247,
            "stop": 818781046
        },
        {
            "start": 818781050,
            "stop": 818790362
        },
        {
            "start": 818791706,
            "stop": 818793690
        },
        {
            "start": 818795618,
            "stop": 818800123
        },
        {
            "start": 818800126,
            "stop": 818800496
        },
        {
            "start": 818801834,
            "stop": 818804798
        },
        {
            "start": 818804801,
            "stop": 818805424
        },
        {
            "start": 818809957,
            "stop": 818811966
        },
        {
            "start": 818811969,
            "stop": 818812393
        },
        {
            "start": 818812417,
            "stop": 818812418
        },
        {
            "start": 818814826,
            "stop": 818814878
        },
        {
            "start": 818816477,
            "stop": 818816915
        },
        {
            "start": 818817518,
            "stop": 818822813
        },
        {
            "start": 818822816,
            "stop": 818825088
        },
        {
            "start": 818825091,
            "stop": 818827321
        },
        {
            "start": 818827324,
            "stop": 818830855
        },
        {
            "start": 818830858,
            "stop": 818831734
        },
        {
            "start": 818832578,
            "stop": 818839825
        },
        {
            "start": 818839828,
            "stop": 818844177
        },
        {
            "start": 818844180,
            "stop": 818844682
        }
    ]
}