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=14919
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=14920",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14918",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14919,
    "results": [
        {
            "start": 971527666,
            "stop": 971527707
        },
        {
            "start": 971527708,
            "stop": 971527713
        },
        {
            "start": 971527714,
            "stop": 971527725
        },
        {
            "start": 971527727,
            "stop": 971527738
        },
        {
            "start": 971527743,
            "stop": 971527773
        },
        {
            "start": 971527775,
            "stop": 971527782
        },
        {
            "start": 971527783,
            "stop": 971527790
        },
        {
            "start": 971527793,
            "stop": 971527800
        },
        {
            "start": 971527803,
            "stop": 971527808
        },
        {
            "start": 971527811,
            "stop": 971527830
        },
        {
            "start": 971527831,
            "stop": 971527842
        },
        {
            "start": 971527843,
            "stop": 971527857
        },
        {
            "start": 971527859,
            "stop": 971527863
        },
        {
            "start": 971527864,
            "stop": 971527867
        },
        {
            "start": 971527870,
            "stop": 971527876
        },
        {
            "start": 971527897,
            "stop": 971527967
        },
        {
            "start": 971527969,
            "stop": 971527979
        },
        {
            "start": 971527982,
            "stop": 971527989
        },
        {
            "start": 971528010,
            "stop": 971528012
        },
        {
            "start": 971545826,
            "stop": 971545863
        }
    ]
}