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_CAT3/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_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=29",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 30,
    "results": [
        {
            "start": 931179975,
            "stop": 931181182
        },
        {
            "start": 931181187,
            "stop": 931181346
        },
        {
            "start": 931181364,
            "stop": 931181456
        },
        {
            "start": 931181474,
            "stop": 931182478
        },
        {
            "start": 931182496,
            "stop": 931182773
        },
        {
            "start": 931182775,
            "stop": 931183215
        },
        {
            "start": 931183575,
            "stop": 931183702
        },
        {
            "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
        }
    ]
}