Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=453
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=452",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 453,
    "results": [
        {
            "start": 873038956,
            "stop": 873039624
        },
        {
            "start": 873040396,
            "stop": 873041455
        },
        {
            "start": 873041755,
            "stop": 873046882
        },
        {
            "start": 873046903,
            "stop": 873046909
        },
        {
            "start": 873046931,
            "stop": 873048120
        },
        {
            "start": 873048218,
            "stop": 873051503
        },
        {
            "start": 873051523,
            "stop": 873051552
        },
        {
            "start": 873051572,
            "stop": 873052061
        },
        {
            "start": 873052080,
            "stop": 873052399
        },
        {
            "start": 873052441,
            "stop": 873052452
        },
        {
            "start": 873052473,
            "stop": 873053029
        },
        {
            "start": 873053104,
            "stop": 873055929
        },
        {
            "start": 873059096,
            "stop": 873059917
        },
        {
            "start": 873061768,
            "stop": 873066420
        },
        {
            "start": 873066480,
            "stop": 873071910
        },
        {
            "start": 873071970,
            "stop": 873072725
        },
        {
            "start": 873072743,
            "stop": 873081656
        },
        {
            "start": 873082880,
            "stop": 873103483
        },
        {
            "start": 873106656,
            "stop": 873119792
        },
        {
            "start": 873120692,
            "stop": 873128809
        }
    ]
}