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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=43",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 44,
    "results": [
        {
            "start": 821683478,
            "stop": 821684145
        },
        {
            "start": 821684148,
            "stop": 821684186
        },
        {
            "start": 821684192,
            "stop": 821684196
        },
        {
            "start": 821684200,
            "stop": 821684202
        },
        {
            "start": 821684205,
            "stop": 821684218
        },
        {
            "start": 821684221,
            "stop": 821685491
        },
        {
            "start": 821685494,
            "stop": 821685643
        },
        {
            "start": 821685646,
            "stop": 821686119
        },
        {
            "start": 821686122,
            "stop": 821687046
        },
        {
            "start": 821687049,
            "stop": 821687268
        },
        {
            "start": 821687271,
            "stop": 821687983
        },
        {
            "start": 821687986,
            "stop": 821689133
        },
        {
            "start": 821689136,
            "stop": 821689459
        },
        {
            "start": 821689462,
            "stop": 821689896
        },
        {
            "start": 821689899,
            "stop": 821690844
        },
        {
            "start": 821690988,
            "stop": 821691755
        },
        {
            "start": 821691760,
            "stop": 821691766
        },
        {
            "start": 821691769,
            "stop": 821691864
        },
        {
            "start": 821691868,
            "stop": 821691951
        },
        {
            "start": 821691954,
            "stop": 821691956
        }
    ]
}