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=14871
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=14872",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14870",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14871,
    "results": [
        {
            "start": 971410748,
            "stop": 971410751
        },
        {
            "start": 971410752,
            "stop": 971410755
        },
        {
            "start": 971410756,
            "stop": 971410758
        },
        {
            "start": 971410759,
            "stop": 971410768
        },
        {
            "start": 971410769,
            "stop": 971410770
        },
        {
            "start": 971410772,
            "stop": 971410779
        },
        {
            "start": 971410781,
            "stop": 971410785
        },
        {
            "start": 971410787,
            "stop": 971410789
        },
        {
            "start": 971410790,
            "stop": 971410799
        },
        {
            "start": 971410804,
            "stop": 971410820
        },
        {
            "start": 971410821,
            "stop": 971410824
        },
        {
            "start": 971410825,
            "stop": 971410827
        },
        {
            "start": 971410828,
            "stop": 971410829
        },
        {
            "start": 971410830,
            "stop": 971410839
        },
        {
            "start": 971410843,
            "stop": 971410847
        },
        {
            "start": 971410850,
            "stop": 971410874
        },
        {
            "start": 971410876,
            "stop": 971410880
        },
        {
            "start": 971410881,
            "stop": 971410884
        },
        {
            "start": 971410885,
            "stop": 971410897
        },
        {
            "start": 971410899,
            "stop": 971410901
        }
    ]
}