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=2065
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=2066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2064",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2065,
    "results": [
        {
            "start": 870806820,
            "stop": 870807239
        },
        {
            "start": 870807256,
            "stop": 870807360
        },
        {
            "start": 870807420,
            "stop": 870810041
        },
        {
            "start": 870810255,
            "stop": 870811467
        },
        {
            "start": 870811507,
            "stop": 870811559
        },
        {
            "start": 870811576,
            "stop": 870817560
        },
        {
            "start": 870817577,
            "stop": 870818240
        },
        {
            "start": 870818257,
            "stop": 870819245
        },
        {
            "start": 870819262,
            "stop": 870824854
        },
        {
            "start": 870824888,
            "stop": 870824921
        },
        {
            "start": 870824939,
            "stop": 870827048
        },
        {
            "start": 870827067,
            "stop": 870827085
        },
        {
            "start": 870827129,
            "stop": 870827148
        },
        {
            "start": 870827165,
            "stop": 870827169
        },
        {
            "start": 870827188,
            "stop": 870837178
        },
        {
            "start": 870837196,
            "stop": 870857300
        },
        {
            "start": 870857317,
            "stop": 870857339
        },
        {
            "start": 870857357,
            "stop": 870857387
        },
        {
            "start": 870857426,
            "stop": 870857458
        },
        {
            "start": 870857481,
            "stop": 870857488
        }
    ]
}