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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=61",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 62,
    "results": [
        {
            "start": 1129666142,
            "stop": 1129668754
        },
        {
            "start": 1129674847,
            "stop": 1129676608
        },
        {
            "start": 1129684877,
            "stop": 1129685744
        },
        {
            "start": 1129685746,
            "stop": 1129697729
        },
        {
            "start": 1129697731,
            "stop": 1129701786
        },
        {
            "start": 1129701787,
            "stop": 1129703993
        },
        {
            "start": 1129703994,
            "stop": 1129703995
        },
        {
            "start": 1129721697,
            "stop": 1129721722
        },
        {
            "start": 1129721723,
            "stop": 1129728248
        },
        {
            "start": 1129728249,
            "stop": 1129738033
        },
        {
            "start": 1129738034,
            "stop": 1129743395
        },
        {
            "start": 1129743396,
            "stop": 1129745057
        },
        {
            "start": 1129745058,
            "stop": 1129745100
        },
        {
            "start": 1129745160,
            "stop": 1129748616
        },
        {
            "start": 1129748617,
            "stop": 1129750115
        },
        {
            "start": 1129750116,
            "stop": 1129754132
        },
        {
            "start": 1129754134,
            "stop": 1129759272
        },
        {
            "start": 1129759273,
            "stop": 1129763585
        },
        {
            "start": 1129763586,
            "stop": 1129763717
        },
        {
            "start": 1129763718,
            "stop": 1129776812
        }
    ]
}