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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=28",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 29,
    "results": [
        {
            "start": 931174665,
            "stop": 931174667
        },
        {
            "start": 931174714,
            "stop": 931174721
        },
        {
            "start": 931174738,
            "stop": 931175018
        },
        {
            "start": 931175036,
            "stop": 931175273
        },
        {
            "start": 931175275,
            "stop": 931175507
        },
        {
            "start": 931175525,
            "stop": 931175621
        },
        {
            "start": 931175623,
            "stop": 931176015
        },
        {
            "start": 931176375,
            "stop": 931176553
        },
        {
            "start": 931176556,
            "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": 931181722
        },
        {
            "start": 931181851,
            "stop": 931182478
        },
        {
            "start": 931182496,
            "stop": 931182773
        },
        {
            "start": 931182775,
            "stop": 931183215
        },
        {
            "start": 931183575,
            "stop": 931183702
        }
    ]
}