Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=277",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 278,
    "results": [
        {
            "start": 934831880,
            "stop": 934833291
        },
        {
            "start": 934833309,
            "stop": 934833615
        },
        {
            "start": 934833855,
            "stop": 934833883
        },
        {
            "start": 934833886,
            "stop": 934835102
        },
        {
            "start": 934835132,
            "stop": 934835240
        },
        {
            "start": 934837092,
            "stop": 934837215
        },
        {
            "start": 934837455,
            "stop": 934840815
        },
        {
            "start": 934841055,
            "stop": 934842122
        },
        {
            "start": 934842124,
            "stop": 934842145
        },
        {
            "start": 934842147,
            "stop": 934842150
        },
        {
            "start": 934842156,
            "stop": 934842166
        },
        {
            "start": 934842168,
            "stop": 934842169
        },
        {
            "start": 934842173,
            "stop": 934842198
        },
        {
            "start": 934842200,
            "stop": 934842203
        },
        {
            "start": 934842207,
            "stop": 934842212
        },
        {
            "start": 934842216,
            "stop": 934842221
        },
        {
            "start": 934842225,
            "stop": 934842687
        },
        {
            "start": 934842690,
            "stop": 934842707
        },
        {
            "start": 934842713,
            "stop": 934842717
        },
        {
            "start": 934842722,
            "stop": 934842735
        }
    ]
}