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=3277
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=3278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3276",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3277,
    "results": [
        {
            "start": 873831600,
            "stop": 873831660
        },
        {
            "start": 873831780,
            "stop": 873832380
        },
        {
            "start": 873832500,
            "stop": 873833340
        },
        {
            "start": 873833400,
            "stop": 873834335
        },
        {
            "start": 873834343,
            "stop": 873834360
        },
        {
            "start": 873834943,
            "stop": 873835122
        },
        {
            "start": 873835128,
            "stop": 873837300
        },
        {
            "start": 873837360,
            "stop": 873838440
        },
        {
            "start": 873838500,
            "stop": 873838860
        },
        {
            "start": 873838920,
            "stop": 873839040
        },
        {
            "start": 873839280,
            "stop": 873839520
        },
        {
            "start": 873839580,
            "stop": 873840060
        },
        {
            "start": 873840120,
            "stop": 873842820
        },
        {
            "start": 873842880,
            "stop": 873842995
        },
        {
            "start": 873843060,
            "stop": 873843420
        },
        {
            "start": 873843480,
            "stop": 873843589
        },
        {
            "start": 873843592,
            "stop": 873843840
        },
        {
            "start": 873843900,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        }
    ]
}