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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1403",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1401",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1402,
    "results": [
        {
            "start": 971148409,
            "stop": 971152190
        },
        {
            "start": 971152191,
            "stop": 971164345
        },
        {
            "start": 971164346,
            "stop": 971173359
        },
        {
            "start": 971174955,
            "stop": 971175628
        },
        {
            "start": 971176298,
            "stop": 971176411
        },
        {
            "start": 971176412,
            "stop": 971182105
        },
        {
            "start": 971183474,
            "stop": 971185236
        },
        {
            "start": 971187089,
            "stop": 971187281
        },
        {
            "start": 971187383,
            "stop": 971191774
        },
        {
            "start": 971194285,
            "stop": 971194576
        },
        {
            "start": 971194577,
            "stop": 971195184
        },
        {
            "start": 971234972,
            "stop": 971235726
        },
        {
            "start": 971236637,
            "stop": 971237296
        },
        {
            "start": 971237298,
            "stop": 971243181
        },
        {
            "start": 971243183,
            "stop": 971243372
        },
        {
            "start": 971243373,
            "stop": 971244868
        },
        {
            "start": 971244870,
            "stop": 971246208
        },
        {
            "start": 971246210,
            "stop": 971246728
        },
        {
            "start": 971249658,
            "stop": 971249911
        },
        {
            "start": 971249913,
            "stop": 971250077
        }
    ]
}