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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=50",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 51,
    "results": [
        {
            "start": 821686122,
            "stop": 821687047
        },
        {
            "start": 821687049,
            "stop": 821687269
        },
        {
            "start": 821687271,
            "stop": 821687984
        },
        {
            "start": 821687986,
            "stop": 821689134
        },
        {
            "start": 821689136,
            "stop": 821689460
        },
        {
            "start": 821689462,
            "stop": 821689897
        },
        {
            "start": 821689899,
            "stop": 821690844
        },
        {
            "start": 821690988,
            "stop": 821691757
        },
        {
            "start": 821691760,
            "stop": 821691768
        },
        {
            "start": 821691769,
            "stop": 821691866
        },
        {
            "start": 821691868,
            "stop": 821691953
        },
        {
            "start": 821691954,
            "stop": 821691957
        },
        {
            "start": 821691959,
            "stop": 821692409
        },
        {
            "start": 821692411,
            "stop": 821692414
        },
        {
            "start": 821692416,
            "stop": 821693986
        },
        {
            "start": 821693988,
            "stop": 821717673
        },
        {
            "start": 821717675,
            "stop": 821718654
        },
        {
            "start": 821719775,
            "stop": 821721120
        },
        {
            "start": 821722872,
            "stop": 821722948
        },
        {
            "start": 821722951,
            "stop": 821725793
        }
    ]
}