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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=40",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 41,
    "results": [
        {
            "start": 816487890,
            "stop": 816487892
        },
        {
            "start": 816487911,
            "stop": 816487947
        },
        {
            "start": 816487967,
            "stop": 816487986
        },
        {
            "start": 816488005,
            "stop": 816488035
        },
        {
            "start": 816488054,
            "stop": 816488076
        },
        {
            "start": 816488267,
            "stop": 816488271
        },
        {
            "start": 816488294,
            "stop": 816488348
        },
        {
            "start": 816493058,
            "stop": 816493368
        },
        {
            "start": 816493394,
            "stop": 816495400
        },
        {
            "start": 816495419,
            "stop": 816495799
        },
        {
            "start": 816495820,
            "stop": 816496950
        },
        {
            "start": 816497910,
            "stop": 816498803
        },
        {
            "start": 816498822,
            "stop": 816499545
        },
        {
            "start": 816499665,
            "stop": 816500293
        },
        {
            "start": 816500337,
            "stop": 816500566
        },
        {
            "start": 816500583,
            "stop": 816500933
        },
        {
            "start": 816500955,
            "stop": 816505323
        },
        {
            "start": 816505342,
            "stop": 816506307
        },
        {
            "start": 816506327,
            "stop": 816506824
        },
        {
            "start": 816506849,
            "stop": 816507684
        }
    ]
}