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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=337",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 338,
    "results": [
        {
            "start": 818760237,
            "stop": 818760244
        },
        {
            "start": 818760326,
            "stop": 818760345
        },
        {
            "start": 818769500,
            "stop": 818769515
        },
        {
            "start": 818769519,
            "stop": 818769539
        },
        {
            "start": 818769684,
            "stop": 818769690
        },
        {
            "start": 818769744,
            "stop": 818769758
        },
        {
            "start": 818769822,
            "stop": 818769828
        },
        {
            "start": 818769831,
            "stop": 818769888
        },
        {
            "start": 818769891,
            "stop": 818769907
        },
        {
            "start": 818769927,
            "stop": 818769947
        },
        {
            "start": 818770063,
            "stop": 818770080
        },
        {
            "start": 818770140,
            "stop": 818770217
        },
        {
            "start": 818770258,
            "stop": 818770326
        },
        {
            "start": 818770362,
            "stop": 818770375
        },
        {
            "start": 818770417,
            "stop": 818770457
        },
        {
            "start": 818770460,
            "stop": 818770499
        },
        {
            "start": 818770565,
            "stop": 818770573
        },
        {
            "start": 818770592,
            "stop": 818770607
        },
        {
            "start": 818770633,
            "stop": 818770638
        },
        {
            "start": 818770706,
            "stop": 818770710
        }
    ]
}