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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=278",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 279,
    "results": [
        {
            "start": 818234590,
            "stop": 818234596
        },
        {
            "start": 818234605,
            "stop": 818234608
        },
        {
            "start": 818234629,
            "stop": 818234639
        },
        {
            "start": 818234661,
            "stop": 818234667
        },
        {
            "start": 818234680,
            "stop": 818234681
        },
        {
            "start": 818234685,
            "stop": 818234687
        },
        {
            "start": 818234694,
            "stop": 818234695
        },
        {
            "start": 818234703,
            "stop": 818234705
        },
        {
            "start": 818234715,
            "stop": 818234716
        },
        {
            "start": 818234728,
            "stop": 818234729
        },
        {
            "start": 818234737,
            "stop": 818234738
        },
        {
            "start": 818234747,
            "stop": 818234752
        },
        {
            "start": 818234758,
            "stop": 818234761
        },
        {
            "start": 818234796,
            "stop": 818234800
        },
        {
            "start": 818234826,
            "stop": 818234827
        },
        {
            "start": 818234832,
            "stop": 818234838
        },
        {
            "start": 818234851,
            "stop": 818234852
        },
        {
            "start": 818234855,
            "stop": 818234859
        },
        {
            "start": 818234865,
            "stop": 818234868
        },
        {
            "start": 818234872,
            "stop": 818234873
        }
    ]
}