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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=120",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 121,
    "results": [
        {
            "start": 818064615,
            "stop": 818064620
        },
        {
            "start": 818064625,
            "stop": 818064628
        },
        {
            "start": 818064631,
            "stop": 818064637
        },
        {
            "start": 818064646,
            "stop": 818064648
        },
        {
            "start": 818064653,
            "stop": 818064662
        },
        {
            "start": 818064672,
            "stop": 818064676
        },
        {
            "start": 818064686,
            "stop": 818064689
        },
        {
            "start": 818064693,
            "stop": 818064701
        },
        {
            "start": 818064708,
            "stop": 818064711
        },
        {
            "start": 818064714,
            "stop": 818064726
        },
        {
            "start": 818064735,
            "stop": 818064739
        },
        {
            "start": 818064748,
            "stop": 818064749
        },
        {
            "start": 818064754,
            "stop": 818064757
        },
        {
            "start": 818064763,
            "stop": 818064774
        },
        {
            "start": 818064784,
            "stop": 818064787
        },
        {
            "start": 818064792,
            "stop": 818064798
        },
        {
            "start": 818064803,
            "stop": 818064807
        },
        {
            "start": 818064810,
            "stop": 818064811
        },
        {
            "start": 818064816,
            "stop": 818064817
        },
        {
            "start": 818064821,
            "stop": 818064826
        }
    ]
}