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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=247",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 248,
    "results": [
        {
            "start": 849190463,
            "stop": 849190464
        },
        {
            "start": 849190639,
            "stop": 849214560
        },
        {
            "start": 849219912,
            "stop": 849254233
        },
        {
            "start": 849254240,
            "stop": 849254241
        },
        {
            "start": 849255313,
            "stop": 849260589
        },
        {
            "start": 849260668,
            "stop": 849268933
        },
        {
            "start": 849268969,
            "stop": 849268971
        },
        {
            "start": 849269302,
            "stop": 849269653
        },
        {
            "start": 849269684,
            "stop": 849269685
        },
        {
            "start": 849270202,
            "stop": 849274933
        },
        {
            "start": 849302160,
            "stop": 849306493
        },
        {
            "start": 849307164,
            "stop": 849321793
        },
        {
            "start": 849321809,
            "stop": 849321811
        },
        {
            "start": 849322055,
            "stop": 849340741
        },
        {
            "start": 849348026,
            "stop": 849356833
        },
        {
            "start": 849356854,
            "stop": 849356855
        },
        {
            "start": 849357035,
            "stop": 849364869
        },
        {
            "start": 849380200,
            "stop": 849380942
        },
        {
            "start": 849381435,
            "stop": 849381438
        },
        {
            "start": 849381624,
            "stop": 849382934
        }
    ]
}