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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=46",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 47,
    "results": [
        {
            "start": 931955084,
            "stop": 931955179
        },
        {
            "start": 931955199,
            "stop": 931955215
        },
        {
            "start": 931958871,
            "stop": 931959067
        },
        {
            "start": 931959085,
            "stop": 931959368
        },
        {
            "start": 931959387,
            "stop": 931959782
        },
        {
            "start": 931959801,
            "stop": 931960110
        },
        {
            "start": 931960113,
            "stop": 931960669
        },
        {
            "start": 931960671,
            "stop": 931961450
        },
        {
            "start": 931961469,
            "stop": 931961711
        },
        {
            "start": 931961730,
            "stop": 931962898
        },
        {
            "start": 931962916,
            "stop": 931964240
        },
        {
            "start": 931964258,
            "stop": 931964267
        },
        {
            "start": 931973365,
            "stop": 931974329
        },
        {
            "start": 931974348,
            "stop": 931974477
        },
        {
            "start": 931974495,
            "stop": 931974574
        },
        {
            "start": 931974592,
            "stop": 931974716
        },
        {
            "start": 931974734,
            "stop": 931974801
        },
        {
            "start": 931974838,
            "stop": 931974870
        },
        {
            "start": 931974888,
            "stop": 931974984
        },
        {
            "start": 931975011,
            "stop": 931975184
        }
    ]
}