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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=53",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 54,
    "results": [
        {
            "start": 931389772,
            "stop": 931390094
        },
        {
            "start": 931390097,
            "stop": 931390272
        },
        {
            "start": 931390290,
            "stop": 931390353
        },
        {
            "start": 931390371,
            "stop": 931390378
        },
        {
            "start": 931390396,
            "stop": 931390416
        },
        {
            "start": 931390434,
            "stop": 931390550
        },
        {
            "start": 931390670,
            "stop": 931390766
        },
        {
            "start": 931390784,
            "stop": 931390883
        },
        {
            "start": 931390901,
            "stop": 931390910
        },
        {
            "start": 931390970,
            "stop": 931391130
        },
        {
            "start": 931391132,
            "stop": 931391466
        },
        {
            "start": 931391586,
            "stop": 931391788
        },
        {
            "start": 931391791,
            "stop": 931391865
        },
        {
            "start": 931391883,
            "stop": 931392015
        },
        {
            "start": 931392375,
            "stop": 931392470
        },
        {
            "start": 931392530,
            "stop": 931392825
        },
        {
            "start": 931392842,
            "stop": 931392917
        },
        {
            "start": 931392934,
            "stop": 931393121
        },
        {
            "start": 931393158,
            "stop": 931393266
        },
        {
            "start": 931393284,
            "stop": 931393289
        }
    ]
}