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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=65",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 66,
    "results": [
        {
            "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": 931285073
        },
        {
            "start": 931285082,
            "stop": 931285083
        },
        {
            "start": 931285088,
            "stop": 931285089
        },
        {
            "start": 931285095,
            "stop": 931285104
        },
        {
            "start": 931290692,
            "stop": 931290694
        },
        {
            "start": 931290705,
            "stop": 931290706
        },
        {
            "start": 931290714,
            "stop": 931290717
        }
    ]
}