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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7633",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7631",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7632,
    "results": [
        {
            "start": 970854237,
            "stop": 970854317
        },
        {
            "start": 970854321,
            "stop": 970854358
        },
        {
            "start": 970854362,
            "stop": 970854376
        },
        {
            "start": 970854796,
            "stop": 970854976
        },
        {
            "start": 970855038,
            "stop": 970855039
        },
        {
            "start": 970855042,
            "stop": 970855136
        },
        {
            "start": 970855139,
            "stop": 970855156
        },
        {
            "start": 970855337,
            "stop": 970855396
        },
        {
            "start": 970855636,
            "stop": 970855816
        },
        {
            "start": 970856116,
            "stop": 970856132
        },
        {
            "start": 970856135,
            "stop": 970856220
        },
        {
            "start": 970856223,
            "stop": 970856378
        },
        {
            "start": 970856384,
            "stop": 970856416
        },
        {
            "start": 970856536,
            "stop": 970856830
        },
        {
            "start": 970856833,
            "stop": 970856838
        },
        {
            "start": 970856839,
            "stop": 970856843
        },
        {
            "start": 970856847,
            "stop": 970856896
        },
        {
            "start": 970856956,
            "stop": 970856961
        },
        {
            "start": 970856967,
            "stop": 970856974
        },
        {
            "start": 970856977,
            "stop": 970856992
        }
    ]
}