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=8938
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=8939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8937",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8938,
    "results": [
        {
            "start": 873610825,
            "stop": 873610903
        },
        {
            "start": 873613826,
            "stop": 873613879
        },
        {
            "start": 873613896,
            "stop": 873613927
        },
        {
            "start": 873613944,
            "stop": 873614963
        },
        {
            "start": 873615945,
            "stop": 873616237
        },
        {
            "start": 873616769,
            "stop": 873617530
        },
        {
            "start": 873617549,
            "stop": 873620250
        },
        {
            "start": 873621830,
            "stop": 873621895
        },
        {
            "start": 873622077,
            "stop": 873623976
        },
        {
            "start": 873623995,
            "stop": 873624723
        },
        {
            "start": 873624742,
            "stop": 873625065
        },
        {
            "start": 873625082,
            "stop": 873625841
        },
        {
            "start": 873625860,
            "stop": 873626240
        },
        {
            "start": 873626259,
            "stop": 873626301
        },
        {
            "start": 873626324,
            "stop": 873626813
        },
        {
            "start": 873627121,
            "stop": 873627182
        },
        {
            "start": 873627201,
            "stop": 873627489
        },
        {
            "start": 873627508,
            "stop": 873627551
        },
        {
            "start": 873627843,
            "stop": 873630053
        },
        {
            "start": 873630070,
            "stop": 873631410
        }
    ]
}