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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=134",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 135,
    "results": [
        {
            "start": 1417765889,
            "stop": 1417767991
        },
        {
            "start": 1417771231,
            "stop": 1417771494
        },
        {
            "start": 1417774256,
            "stop": 1417775657
        },
        {
            "start": 1417775686,
            "stop": 1417776176
        },
        {
            "start": 1417792061,
            "stop": 1417795232
        },
        {
            "start": 1417804104,
            "stop": 1417811373
        },
        {
            "start": 1417811377,
            "stop": 1417827502
        },
        {
            "start": 1417834394,
            "stop": 1417845407
        },
        {
            "start": 1417845408,
            "stop": 1417849221
        },
        {
            "start": 1417874142,
            "stop": 1417878850
        },
        {
            "start": 1417895323,
            "stop": 1417962009
        },
        {
            "start": 1417962013,
            "stop": 1417963153
        },
        {
            "start": 1417963155,
            "stop": 1417965934
        },
        {
            "start": 1417970093,
            "stop": 1417997607
        },
        {
            "start": 1418001012,
            "stop": 1418023281
        },
        {
            "start": 1418023285,
            "stop": 1418031896
        },
        {
            "start": 1418031898,
            "stop": 1418056373
        },
        {
            "start": 1418064376,
            "stop": 1418064395
        },
        {
            "start": 1418064520,
            "stop": 1418064544
        },
        {
            "start": 1418072798,
            "stop": 1418075408
        }
    ]
}