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=6006
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=6007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6005",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6006,
    "results": [
        {
            "start": 873466865,
            "stop": 873466868
        },
        {
            "start": 873466871,
            "stop": 873466875
        },
        {
            "start": 873466876,
            "stop": 873466885
        },
        {
            "start": 873466886,
            "stop": 873466888
        },
        {
            "start": 873466889,
            "stop": 873466899
        },
        {
            "start": 873466901,
            "stop": 873466902
        },
        {
            "start": 873466903,
            "stop": 873466914
        },
        {
            "start": 873466915,
            "stop": 873466925
        },
        {
            "start": 873466926,
            "stop": 873466934
        },
        {
            "start": 873466935,
            "stop": 873467009
        },
        {
            "start": 873467010,
            "stop": 873467082
        },
        {
            "start": 873467083,
            "stop": 873467128
        },
        {
            "start": 873467129,
            "stop": 873467137
        },
        {
            "start": 873467138,
            "stop": 873467148
        },
        {
            "start": 873467149,
            "stop": 873467192
        },
        {
            "start": 873467193,
            "stop": 873467197
        },
        {
            "start": 873467198,
            "stop": 873467219
        },
        {
            "start": 873467221,
            "stop": 873467230
        },
        {
            "start": 873467232,
            "stop": 873467235
        },
        {
            "start": 873467237,
            "stop": 873467245
        }
    ]
}