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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=54",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 55,
    "results": [
        {
            "start": 821049216,
            "stop": 821049811
        },
        {
            "start": 821050262,
            "stop": 821050586
        },
        {
            "start": 821050589,
            "stop": 821050906
        },
        {
            "start": 821050909,
            "stop": 821051291
        },
        {
            "start": 821051294,
            "stop": 821051595
        },
        {
            "start": 821051598,
            "stop": 821051767
        },
        {
            "start": 821051770,
            "stop": 821052012
        },
        {
            "start": 821052015,
            "stop": 821052188
        },
        {
            "start": 821052191,
            "stop": 821052402
        },
        {
            "start": 821052405,
            "stop": 821053180
        },
        {
            "start": 821053500,
            "stop": 821054141
        },
        {
            "start": 821054541,
            "stop": 821055805
        },
        {
            "start": 821055806,
            "stop": 821055969
        },
        {
            "start": 821057895,
            "stop": 821060853
        },
        {
            "start": 821061634,
            "stop": 821063300
        },
        {
            "start": 821063620,
            "stop": 821064022
        },
        {
            "start": 821064422,
            "stop": 821065097
        },
        {
            "start": 821065115,
            "stop": 821067103
        },
        {
            "start": 821067106,
            "stop": 821067182
        },
        {
            "start": 821067185,
            "stop": 821069476
        }
    ]
}