Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=138
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=137",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 138,
    "results": [
        {
            "start": 817000118,
            "stop": 817000403
        },
        {
            "start": 817000442,
            "stop": 817000457
        },
        {
            "start": 817000492,
            "stop": 817000618
        },
        {
            "start": 817000640,
            "stop": 817001274
        },
        {
            "start": 817001296,
            "stop": 817001425
        },
        {
            "start": 817001451,
            "stop": 817001454
        },
        {
            "start": 817001484,
            "stop": 817001573
        },
        {
            "start": 817001604,
            "stop": 817002686
        },
        {
            "start": 817002706,
            "stop": 817002923
        },
        {
            "start": 817002943,
            "stop": 817003036
        },
        {
            "start": 817003051,
            "stop": 817003053
        },
        {
            "start": 817003094,
            "stop": 817003256
        },
        {
            "start": 817003276,
            "stop": 817003876
        },
        {
            "start": 817003897,
            "stop": 817003940
        },
        {
            "start": 817003979,
            "stop": 817004057
        },
        {
            "start": 817004077,
            "stop": 817004183
        },
        {
            "start": 817004205,
            "stop": 817004398
        },
        {
            "start": 817004418,
            "stop": 817004671
        },
        {
            "start": 817004691,
            "stop": 817004731
        },
        {
            "start": 817004750,
            "stop": 817004796
        }
    ]
}