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=792
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=793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=791",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 792,
    "results": [
        {
            "start": 866197837,
            "stop": 866197849
        },
        {
            "start": 866197852,
            "stop": 866199097
        },
        {
            "start": 866199100,
            "stop": 866199101
        },
        {
            "start": 866199104,
            "stop": 866199258
        },
        {
            "start": 866199261,
            "stop": 866199388
        },
        {
            "start": 866199391,
            "stop": 866199527
        },
        {
            "start": 866199530,
            "stop": 866199581
        },
        {
            "start": 866199584,
            "stop": 866199803
        },
        {
            "start": 866199806,
            "stop": 866199951
        },
        {
            "start": 866199954,
            "stop": 866200477
        },
        {
            "start": 866200480,
            "stop": 866200813
        },
        {
            "start": 866200816,
            "stop": 866200861
        },
        {
            "start": 866200865,
            "stop": 866201005
        },
        {
            "start": 866201008,
            "stop": 866201308
        },
        {
            "start": 866201311,
            "stop": 866201854
        },
        {
            "start": 866201857,
            "stop": 866201940
        },
        {
            "start": 866201943,
            "stop": 866201958
        },
        {
            "start": 866201961,
            "stop": 866202030
        },
        {
            "start": 866202033,
            "stop": 866202213
        },
        {
            "start": 866202216,
            "stop": 866202412
        }
    ]
}