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=8081
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=8082",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8080",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8081,
    "results": [
        {
            "start": 970491021,
            "stop": 970491027
        },
        {
            "start": 970491032,
            "stop": 970491033
        },
        {
            "start": 970491036,
            "stop": 970491043
        },
        {
            "start": 970491046,
            "stop": 970491049
        },
        {
            "start": 970491055,
            "stop": 970491056
        },
        {
            "start": 970491065,
            "stop": 970491067
        },
        {
            "start": 970491070,
            "stop": 970491074
        },
        {
            "start": 970491081,
            "stop": 970491082
        },
        {
            "start": 970491085,
            "stop": 970491086
        },
        {
            "start": 970491089,
            "stop": 970491094
        },
        {
            "start": 970491098,
            "stop": 970491100
        },
        {
            "start": 970491103,
            "stop": 970491113
        },
        {
            "start": 970491120,
            "stop": 970491123
        },
        {
            "start": 970491131,
            "stop": 970491133
        },
        {
            "start": 970491151,
            "stop": 970491155
        },
        {
            "start": 970491158,
            "stop": 970491174
        },
        {
            "start": 970491178,
            "stop": 970491182
        },
        {
            "start": 970491187,
            "stop": 970491191
        },
        {
            "start": 970491194,
            "stop": 970491201
        },
        {
            "start": 970491204,
            "stop": 970491208
        }
    ]
}