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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=332",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 333,
    "results": [
        {
            "start": 818250595,
            "stop": 818250596
        },
        {
            "start": 818250609,
            "stop": 818250610
        },
        {
            "start": 818250614,
            "stop": 818250618
        },
        {
            "start": 818250621,
            "stop": 818250622
        },
        {
            "start": 818250626,
            "stop": 818250631
        },
        {
            "start": 818250637,
            "stop": 818250643
        },
        {
            "start": 818250654,
            "stop": 818250661
        },
        {
            "start": 818250664,
            "stop": 818250665
        },
        {
            "start": 818250674,
            "stop": 818250676
        },
        {
            "start": 818250686,
            "stop": 818250688
        },
        {
            "start": 818250716,
            "stop": 818250719
        },
        {
            "start": 818250723,
            "stop": 818250724
        },
        {
            "start": 818250729,
            "stop": 818250730
        },
        {
            "start": 818250737,
            "stop": 818250738
        },
        {
            "start": 818250742,
            "stop": 818250744
        },
        {
            "start": 818250749,
            "stop": 818250752
        },
        {
            "start": 818250755,
            "stop": 818250758
        },
        {
            "start": 818250791,
            "stop": 818250792
        },
        {
            "start": 818250797,
            "stop": 818250805
        },
        {
            "start": 818250821,
            "stop": 818250824
        }
    ]
}