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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5231",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5232,
    "results": [
        {
            "start": 874275308,
            "stop": 874275327
        },
        {
            "start": 874275361,
            "stop": 874275553
        },
        {
            "start": 874275589,
            "stop": 874276148
        },
        {
            "start": 874276182,
            "stop": 874276260
        },
        {
            "start": 874276267,
            "stop": 874276672
        },
        {
            "start": 874276679,
            "stop": 874278252
        },
        {
            "start": 874278260,
            "stop": 874278400
        },
        {
            "start": 874278410,
            "stop": 874281645
        },
        {
            "start": 874282409,
            "stop": 874282487
        },
        {
            "start": 874282494,
            "stop": 874283310
        },
        {
            "start": 874283346,
            "stop": 874286279
        },
        {
            "start": 874286329,
            "stop": 874286423
        },
        {
            "start": 874286460,
            "stop": 874286643
        },
        {
            "start": 874286831,
            "stop": 874286941
        },
        {
            "start": 874286977,
            "stop": 874287125
        },
        {
            "start": 874287420,
            "stop": 874287480
        },
        {
            "start": 874287731,
            "stop": 874287908
        },
        {
            "start": 874287944,
            "stop": 874288929
        },
        {
            "start": 874288965,
            "stop": 874289174
        },
        {
            "start": 874289211,
            "stop": 874289910
        }
    ]
}