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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=13",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 14,
    "results": [
        {
            "start": 933104079,
            "stop": 933113961
        },
        {
            "start": 933114530,
            "stop": 933119763
        },
        {
            "start": 933120006,
            "stop": 933156947
        },
        {
            "start": 933159241,
            "stop": 933161655
        },
        {
            "start": 933165671,
            "stop": 933177165
        },
        {
            "start": 933178821,
            "stop": 933178904
        },
        {
            "start": 933183532,
            "stop": 933183623
        },
        {
            "start": 933183940,
            "stop": 933187775
        },
        {
            "start": 933190106,
            "stop": 933199622
        },
        {
            "start": 933199781,
            "stop": 933218687
        },
        {
            "start": 933220514,
            "stop": 933242501
        },
        {
            "start": 933246646,
            "stop": 933247714
        },
        {
            "start": 933251473,
            "stop": 933272856
        },
        {
            "start": 933275848,
            "stop": 933280715
        },
        {
            "start": 933282481,
            "stop": 933307012
        },
        {
            "start": 933308352,
            "stop": 933308818
        },
        {
            "start": 933311514,
            "stop": 933318559
        },
        {
            "start": 933319824,
            "stop": 933322877
        },
        {
            "start": 933323436,
            "stop": 933333159
        },
        {
            "start": 933335278,
            "stop": 933338910
        }
    ]
}