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=6205
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=6206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6204",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6205,
    "results": [
        {
            "start": 874635043,
            "stop": 874635204
        },
        {
            "start": 874635214,
            "stop": 874635226
        },
        {
            "start": 874635230,
            "stop": 874635231
        },
        {
            "start": 874635234,
            "stop": 874635457
        },
        {
            "start": 874635464,
            "stop": 874635587
        },
        {
            "start": 874635591,
            "stop": 874635593
        },
        {
            "start": 874635597,
            "stop": 874635640
        },
        {
            "start": 874635643,
            "stop": 874635646
        },
        {
            "start": 874635651,
            "stop": 874635652
        },
        {
            "start": 874635655,
            "stop": 874635657
        },
        {
            "start": 874635666,
            "stop": 874635676
        },
        {
            "start": 874635705,
            "stop": 874635734
        },
        {
            "start": 874635741,
            "stop": 874635742
        },
        {
            "start": 874635748,
            "stop": 874635917
        },
        {
            "start": 874635920,
            "stop": 874636336
        },
        {
            "start": 874636339,
            "stop": 874636342
        },
        {
            "start": 874636345,
            "stop": 874636393
        },
        {
            "start": 874636396,
            "stop": 874636404
        },
        {
            "start": 874636410,
            "stop": 874636423
        },
        {
            "start": 874636426,
            "stop": 874636441
        }
    ]
}