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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=18",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 19,
    "results": [
        {
            "start": 817566099,
            "stop": 817566653
        },
        {
            "start": 817567848,
            "stop": 817568430
        },
        {
            "start": 817568490,
            "stop": 817569195
        },
        {
            "start": 817569200,
            "stop": 817569510
        },
        {
            "start": 817570188,
            "stop": 817570711
        },
        {
            "start": 817573361,
            "stop": 817575002
        },
        {
            "start": 817575095,
            "stop": 817577236
        },
        {
            "start": 817577363,
            "stop": 817577581
        },
        {
            "start": 817577663,
            "stop": 817578625
        },
        {
            "start": 817578630,
            "stop": 817578682
        },
        {
            "start": 817578688,
            "stop": 817578705
        },
        {
            "start": 817578710,
            "stop": 817580637
        },
        {
            "start": 817580643,
            "stop": 817580647
        },
        {
            "start": 817580653,
            "stop": 817580662
        },
        {
            "start": 817580668,
            "stop": 817580675
        },
        {
            "start": 817580683,
            "stop": 817580695
        },
        {
            "start": 817580700,
            "stop": 817582807
        },
        {
            "start": 817582813,
            "stop": 817582827
        },
        {
            "start": 817582835,
            "stop": 817582840
        },
        {
            "start": 817582845,
            "stop": 817587930
        }
    ]
}