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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41075",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41076,
    "results": [
        {
            "start": 875212326,
            "stop": 875212346
        },
        {
            "start": 875212347,
            "stop": 875212410
        },
        {
            "start": 875212411,
            "stop": 875212420
        },
        {
            "start": 875212421,
            "stop": 875212427
        },
        {
            "start": 875212428,
            "stop": 875212431
        },
        {
            "start": 875212432,
            "stop": 875212434
        },
        {
            "start": 875212435,
            "stop": 875212454
        },
        {
            "start": 875212455,
            "stop": 875212495
        },
        {
            "start": 875212496,
            "stop": 875212503
        },
        {
            "start": 875212504,
            "stop": 875212516
        },
        {
            "start": 875212518,
            "stop": 875212527
        },
        {
            "start": 875212528,
            "stop": 875212538
        },
        {
            "start": 875212539,
            "stop": 875212581
        },
        {
            "start": 875212582,
            "stop": 875212623
        },
        {
            "start": 875212624,
            "stop": 875212708
        },
        {
            "start": 875212709,
            "stop": 875212814
        },
        {
            "start": 875212816,
            "stop": 875212834
        },
        {
            "start": 875212835,
            "stop": 875212869
        },
        {
            "start": 875212871,
            "stop": 875212878
        },
        {
            "start": 875212879,
            "stop": 875212905
        }
    ]
}