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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=21",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 22,
    "results": [
        {
            "start": 820397257,
            "stop": 820399030
        },
        {
            "start": 820412906,
            "stop": 820415777
        },
        {
            "start": 820416859,
            "stop": 820419635
        },
        {
            "start": 820421417,
            "stop": 820421581
        },
        {
            "start": 820422695,
            "stop": 820422743
        },
        {
            "start": 820437730,
            "stop": 820438245
        },
        {
            "start": 820443058,
            "stop": 820448478
        },
        {
            "start": 820448510,
            "stop": 820448555
        },
        {
            "start": 820448559,
            "stop": 820452066
        },
        {
            "start": 820452100,
            "stop": 820455123
        },
        {
            "start": 820457880,
            "stop": 820473631
        },
        {
            "start": 820476003,
            "stop": 820485435
        },
        {
            "start": 820486491,
            "stop": 820489801
        },
        {
            "start": 820492626,
            "stop": 820493658
        },
        {
            "start": 820494369,
            "stop": 820500204
        },
        {
            "start": 820501154,
            "stop": 820501216
        },
        {
            "start": 820541303,
            "stop": 820551305
        },
        {
            "start": 820551333,
            "stop": 820552245
        },
        {
            "start": 820552249,
            "stop": 820554351
        },
        {
            "start": 820559473,
            "stop": 820570955
        }
    ]
}