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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=29",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 30,
    "results": [
        {
            "start": 931183726,
            "stop": 931184246
        },
        {
            "start": 931184265,
            "stop": 931184380
        },
        {
            "start": 931184398,
            "stop": 931184467
        },
        {
            "start": 931184485,
            "stop": 931184644
        },
        {
            "start": 931184664,
            "stop": 931184804
        },
        {
            "start": 931184845,
            "stop": 931184896
        },
        {
            "start": 931184934,
            "stop": 931184982
        },
        {
            "start": 931184999,
            "stop": 931185069
        },
        {
            "start": 931185117,
            "stop": 931185260
        },
        {
            "start": 931185286,
            "stop": 931185347
        },
        {
            "start": 931185364,
            "stop": 931185441
        },
        {
            "start": 931185458,
            "stop": 931185501
        },
        {
            "start": 931185523,
            "stop": 931185561
        },
        {
            "start": 931185580,
            "stop": 931185602
        },
        {
            "start": 931185645,
            "stop": 931185681
        },
        {
            "start": 931185699,
            "stop": 931185792
        },
        {
            "start": 931185810,
            "stop": 931185844
        },
        {
            "start": 931185873,
            "stop": 931185885
        },
        {
            "start": 931185914,
            "stop": 931186056
        },
        {
            "start": 931186074,
            "stop": 931186175
        }
    ]
}