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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=858",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 859,
    "results": [
        {
            "start": 873506511,
            "stop": 873506518
        },
        {
            "start": 873506522,
            "stop": 873506530
        },
        {
            "start": 873506534,
            "stop": 873506541
        },
        {
            "start": 873506545,
            "stop": 873506552
        },
        {
            "start": 873506556,
            "stop": 873506612
        },
        {
            "start": 873506616,
            "stop": 873506620
        },
        {
            "start": 873506624,
            "stop": 873506632
        },
        {
            "start": 873506636,
            "stop": 873506642
        },
        {
            "start": 873506646,
            "stop": 873506653
        },
        {
            "start": 873506657,
            "stop": 873506663
        },
        {
            "start": 873506667,
            "stop": 873506673
        },
        {
            "start": 873506677,
            "stop": 873506683
        },
        {
            "start": 873506687,
            "stop": 873506704
        },
        {
            "start": 873506708,
            "stop": 873506713
        },
        {
            "start": 873506718,
            "stop": 873506725
        },
        {
            "start": 873506729,
            "stop": 873506735
        },
        {
            "start": 873506739,
            "stop": 873506746
        },
        {
            "start": 873506750,
            "stop": 873506756
        },
        {
            "start": 873506760,
            "stop": 873506769
        },
        {
            "start": 873506773,
            "stop": 873506775
        }
    ]
}