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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5084",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5085,
    "results": [
        {
            "start": 874647583,
            "stop": 874647591
        },
        {
            "start": 874647611,
            "stop": 874647613
        },
        {
            "start": 874647632,
            "stop": 874647687
        },
        {
            "start": 874647720,
            "stop": 874647733
        },
        {
            "start": 874647768,
            "stop": 874647849
        },
        {
            "start": 874647868,
            "stop": 874647882
        },
        {
            "start": 874647901,
            "stop": 874647918
        },
        {
            "start": 874647950,
            "stop": 874647964
        },
        {
            "start": 874647988,
            "stop": 874648001
        },
        {
            "start": 874648020,
            "stop": 874648102
        },
        {
            "start": 874648121,
            "stop": 874648145
        },
        {
            "start": 874648164,
            "stop": 874648184
        },
        {
            "start": 874648203,
            "stop": 874648226
        },
        {
            "start": 874648245,
            "stop": 874648298
        },
        {
            "start": 874648320,
            "stop": 874648328
        },
        {
            "start": 874648347,
            "stop": 874648360
        },
        {
            "start": 874648394,
            "stop": 874648446
        },
        {
            "start": 874648465,
            "stop": 874648475
        },
        {
            "start": 874648495,
            "stop": 874648524
        },
        {
            "start": 874648543,
            "stop": 874648576
        }
    ]
}