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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=70",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 71,
    "results": [
        {
            "start": 1130327205,
            "stop": 1130327208
        },
        {
            "start": 1130327209,
            "stop": 1130327211
        },
        {
            "start": 1130327213,
            "stop": 1130327214
        },
        {
            "start": 1130327215,
            "stop": 1130327216
        },
        {
            "start": 1130327217,
            "stop": 1130327295
        },
        {
            "start": 1130327296,
            "stop": 1130327311
        },
        {
            "start": 1130327312,
            "stop": 1130327332
        },
        {
            "start": 1130327333,
            "stop": 1130328863
        },
        {
            "start": 1130328864,
            "stop": 1130328881
        },
        {
            "start": 1130328882,
            "stop": 1130328896
        },
        {
            "start": 1130328897,
            "stop": 1130328935
        },
        {
            "start": 1130328936,
            "stop": 1130328972
        },
        {
            "start": 1130328973,
            "stop": 1130329377
        },
        {
            "start": 1130329378,
            "stop": 1130329659
        },
        {
            "start": 1130329660,
            "stop": 1130329703
        },
        {
            "start": 1130329704,
            "stop": 1130330165
        },
        {
            "start": 1130330166,
            "stop": 1130330490
        },
        {
            "start": 1130467573,
            "stop": 1130468712
        },
        {
            "start": 1130468713,
            "stop": 1130469704
        },
        {
            "start": 1130469705,
            "stop": 1130477303
        }
    ]
}