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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2106",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2107,
    "results": [
        {
            "start": 871932384,
            "stop": 871932436
        },
        {
            "start": 871932493,
            "stop": 871932507
        },
        {
            "start": 871932524,
            "stop": 871932529
        },
        {
            "start": 871932548,
            "stop": 871932558
        },
        {
            "start": 871932648,
            "stop": 871932666
        },
        {
            "start": 871932713,
            "stop": 871932724
        },
        {
            "start": 871932744,
            "stop": 871932758
        },
        {
            "start": 871932777,
            "stop": 871932823
        },
        {
            "start": 871932840,
            "stop": 871934051
        },
        {
            "start": 871934068,
            "stop": 871934287
        },
        {
            "start": 871934304,
            "stop": 871934580
        },
        {
            "start": 871934640,
            "stop": 871934681
        },
        {
            "start": 871934699,
            "stop": 871934705
        },
        {
            "start": 871934723,
            "stop": 871934724
        },
        {
            "start": 871934741,
            "stop": 871934746
        },
        {
            "start": 871934766,
            "stop": 871934836
        },
        {
            "start": 871934853,
            "stop": 871934910
        },
        {
            "start": 871934938,
            "stop": 871935342
        },
        {
            "start": 871935364,
            "stop": 871935416
        },
        {
            "start": 871935433,
            "stop": 871936046
        }
    ]
}