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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6115",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6116,
    "results": [
        {
            "start": 874145482,
            "stop": 874145485
        },
        {
            "start": 874145488,
            "stop": 874145495
        },
        {
            "start": 874145498,
            "stop": 874145502
        },
        {
            "start": 874145505,
            "stop": 874145519
        },
        {
            "start": 874145522,
            "stop": 874145547
        },
        {
            "start": 874145553,
            "stop": 874145554
        },
        {
            "start": 874145557,
            "stop": 874145559
        },
        {
            "start": 874145562,
            "stop": 874145568
        },
        {
            "start": 874145571,
            "stop": 874145576
        },
        {
            "start": 874145579,
            "stop": 874145588
        },
        {
            "start": 874145591,
            "stop": 874145594
        },
        {
            "start": 874145600,
            "stop": 874145602
        },
        {
            "start": 874145605,
            "stop": 874145606
        },
        {
            "start": 874145609,
            "stop": 874145626
        },
        {
            "start": 874145630,
            "stop": 874145648
        },
        {
            "start": 874145651,
            "stop": 874145660
        },
        {
            "start": 874145661,
            "stop": 874145666
        },
        {
            "start": 874145671,
            "stop": 874145676
        },
        {
            "start": 874145681,
            "stop": 874145814
        },
        {
            "start": 874145819,
            "stop": 874145930
        }
    ]
}