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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=187",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 188,
    "results": [
        {
            "start": 1420448140,
            "stop": 1420448176
        },
        {
            "start": 1420448177,
            "stop": 1420448309
        },
        {
            "start": 1420448310,
            "stop": 1420448429
        },
        {
            "start": 1420448430,
            "stop": 1420448728
        },
        {
            "start": 1420448733,
            "stop": 1420448990
        },
        {
            "start": 1420448991,
            "stop": 1420451108
        },
        {
            "start": 1420451110,
            "stop": 1420451250
        },
        {
            "start": 1420451252,
            "stop": 1420452808
        },
        {
            "start": 1420452816,
            "stop": 1420456892
        },
        {
            "start": 1420456893,
            "stop": 1420463908
        },
        {
            "start": 1420463913,
            "stop": 1420465736
        },
        {
            "start": 1420465744,
            "stop": 1420466093
        },
        {
            "start": 1420466128,
            "stop": 1420467867
        },
        {
            "start": 1420467868,
            "stop": 1420469444
        },
        {
            "start": 1420469449,
            "stop": 1420470480
        },
        {
            "start": 1420470484,
            "stop": 1420473884
        },
        {
            "start": 1420473888,
            "stop": 1420478914
        },
        {
            "start": 1420478946,
            "stop": 1420485047
        },
        {
            "start": 1420485049,
            "stop": 1420486236
        },
        {
            "start": 1420486240,
            "stop": 1420486468
        }
    ]
}