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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=89",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 90,
    "results": [
        {
            "start": 931284865,
            "stop": 931284870
        },
        {
            "start": 931284872,
            "stop": 931284875
        },
        {
            "start": 931284877,
            "stop": 931284892
        },
        {
            "start": 931284894,
            "stop": 931284923
        },
        {
            "start": 931284925,
            "stop": 931284998
        },
        {
            "start": 931284999,
            "stop": 931285000
        },
        {
            "start": 931285002,
            "stop": 931285003
        },
        {
            "start": 931285005,
            "stop": 931285012
        },
        {
            "start": 931285014,
            "stop": 931285019
        },
        {
            "start": 931285020,
            "stop": 931285022
        },
        {
            "start": 931285023,
            "stop": 931285028
        },
        {
            "start": 931285030,
            "stop": 931285037
        },
        {
            "start": 931285041,
            "stop": 931285042
        },
        {
            "start": 931285044,
            "stop": 931285050
        },
        {
            "start": 931285052,
            "stop": 931285055
        },
        {
            "start": 931285058,
            "stop": 931285059
        },
        {
            "start": 931285061,
            "stop": 931285062
        },
        {
            "start": 931285063,
            "stop": 931285064
        },
        {
            "start": 931285066,
            "stop": 931285072
        },
        {
            "start": 931285082,
            "stop": 931285083
        }
    ]
}