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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=226",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 227,
    "results": [
        {
            "start": 1240215286,
            "stop": 1240215404
        },
        {
            "start": 1240215406,
            "stop": 1240215524
        },
        {
            "start": 1240215526,
            "stop": 1240215644
        },
        {
            "start": 1240215646,
            "stop": 1240215764
        },
        {
            "start": 1240215766,
            "stop": 1240215884
        },
        {
            "start": 1240215886,
            "stop": 1240216004
        },
        {
            "start": 1240216006,
            "stop": 1240216124
        },
        {
            "start": 1240216126,
            "stop": 1240216244
        },
        {
            "start": 1240216246,
            "stop": 1240216364
        },
        {
            "start": 1240216366,
            "stop": 1240216484
        },
        {
            "start": 1240216486,
            "stop": 1240216604
        },
        {
            "start": 1240216606,
            "stop": 1240216724
        },
        {
            "start": 1240216726,
            "stop": 1240216844
        },
        {
            "start": 1240216846,
            "stop": 1240216964
        },
        {
            "start": 1240216966,
            "stop": 1240217084
        },
        {
            "start": 1240217086,
            "stop": 1240217204
        },
        {
            "start": 1240217206,
            "stop": 1240217324
        },
        {
            "start": 1240217326,
            "stop": 1240217444
        },
        {
            "start": 1240217446,
            "stop": 1240217564
        },
        {
            "start": 1240217566,
            "stop": 1240217684
        }
    ]
}