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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=309",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 310,
    "results": [
        {
            "start": 860401423,
            "stop": 860438621
        },
        {
            "start": 860438929,
            "stop": 860440171
        },
        {
            "start": 860441126,
            "stop": 860453976
        },
        {
            "start": 860455303,
            "stop": 860478545
        },
        {
            "start": 860481618,
            "stop": 860489446
        },
        {
            "start": 860491037,
            "stop": 860497427
        },
        {
            "start": 860498490,
            "stop": 860506915
        },
        {
            "start": 860507677,
            "stop": 860509644
        },
        {
            "start": 860511500,
            "stop": 860519601
        },
        {
            "start": 860519605,
            "stop": 860520106
        },
        {
            "start": 860520110,
            "stop": 860527279
        },
        {
            "start": 860528629,
            "stop": 860543504
        },
        {
            "start": 860544526,
            "stop": 860550826
        },
        {
            "start": 860551421,
            "stop": 860552162
        },
        {
            "start": 860552629,
            "stop": 860559698
        },
        {
            "start": 860560415,
            "stop": 860576111
        },
        {
            "start": 860576836,
            "stop": 860585189
        },
        {
            "start": 860586330,
            "stop": 860616128
        },
        {
            "start": 860616845,
            "stop": 860624048
        },
        {
            "start": 860624891,
            "stop": 860675475
        }
    ]
}