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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=59",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 60,
    "results": [
        {
            "start": 932072855,
            "stop": 932072857
        },
        {
            "start": 932072862,
            "stop": 932072867
        },
        {
            "start": 932072870,
            "stop": 932072871
        },
        {
            "start": 932072873,
            "stop": 932072876
        },
        {
            "start": 932072878,
            "stop": 932072879
        },
        {
            "start": 932072887,
            "stop": 932072888
        },
        {
            "start": 932072889,
            "stop": 932072890
        },
        {
            "start": 932072893,
            "stop": 932072895
        },
        {
            "start": 932072897,
            "stop": 932072899
        },
        {
            "start": 932072900,
            "stop": 932072901
        },
        {
            "start": 932072902,
            "stop": 932072907
        },
        {
            "start": 932072908,
            "stop": 932072916
        },
        {
            "start": 932072917,
            "stop": 932072918
        },
        {
            "start": 932072920,
            "stop": 932072922
        },
        {
            "start": 932072924,
            "stop": 932072927
        },
        {
            "start": 932072928,
            "stop": 932072929
        },
        {
            "start": 932072932,
            "stop": 932072934
        },
        {
            "start": 932072939,
            "stop": 932072941
        },
        {
            "start": 932072948,
            "stop": 932072953
        },
        {
            "start": 932072956,
            "stop": 932072958
        }
    ]
}