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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=27",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 28,
    "results": [
        {
            "start": 931175525,
            "stop": 931176015
        },
        {
            "start": 931176375,
            "stop": 931176586
        },
        {
            "start": 931176603,
            "stop": 931176758
        },
        {
            "start": 931178580,
            "stop": 931179120
        },
        {
            "start": 931179139,
            "stop": 931179615
        },
        {
            "start": 931179975,
            "stop": 931181182
        },
        {
            "start": 931181187,
            "stop": 931181346
        },
        {
            "start": 931181364,
            "stop": 931181456
        },
        {
            "start": 931181474,
            "stop": 931182478
        },
        {
            "start": 931182496,
            "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
        }
    ]
}