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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=73",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 74,
    "results": [
        {
            "start": 931462613,
            "stop": 931462615
        },
        {
            "start": 931462617,
            "stop": 931462626
        },
        {
            "start": 931462627,
            "stop": 931462645
        },
        {
            "start": 931462663,
            "stop": 931462666
        },
        {
            "start": 931462667,
            "stop": 931462671
        },
        {
            "start": 931462676,
            "stop": 931462684
        },
        {
            "start": 931462685,
            "stop": 931462730
        },
        {
            "start": 931462790,
            "stop": 931462792
        },
        {
            "start": 931462793,
            "stop": 931462795
        },
        {
            "start": 931462797,
            "stop": 931462833
        },
        {
            "start": 931462835,
            "stop": 931462837
        },
        {
            "start": 931462843,
            "stop": 931462856
        },
        {
            "start": 931462857,
            "stop": 931462860
        },
        {
            "start": 931462863,
            "stop": 931462875
        },
        {
            "start": 931462878,
            "stop": 931462889
        },
        {
            "start": 931462912,
            "stop": 931462941
        },
        {
            "start": 931462943,
            "stop": 931462957
        },
        {
            "start": 931462962,
            "stop": 931462963
        },
        {
            "start": 931463042,
            "stop": 931463050
        },
        {
            "start": 931463052,
            "stop": 931463055
        }
    ]
}