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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT1/segments?format=api&page=36",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 37,
    "results": [
        {
            "start": 1405819849,
            "stop": 1405820093
        },
        {
            "start": 1405821045,
            "stop": 1405821117
        },
        {
            "start": 1405821603,
            "stop": 1405822087
        },
        {
            "start": 1405822207,
            "stop": 1405822253
        },
        {
            "start": 1405822623,
            "stop": 1405822975
        },
        {
            "start": 1405823442,
            "stop": 1405829921
        },
        {
            "start": 1405829954,
            "stop": 1405830103
        },
        {
            "start": 1405830114,
            "stop": 1405868418
        },
        {
            "start": 1405912216,
            "stop": 1405953020
        },
        {
            "start": 1405984148,
            "stop": 1406039570
        },
        {
            "start": 1406053175,
            "stop": 1406065237
        },
        {
            "start": 1406065245,
            "stop": 1406112030
        },
        {
            "start": 1406117202,
            "stop": 1406140491
        },
        {
            "start": 1406142195,
            "stop": 1406147912
        },
        {
            "start": 1406164891,
            "stop": 1406164904
        },
        {
            "start": 1406167838,
            "stop": 1406246537
        },
        {
            "start": 1406254475,
            "stop": 1406255491
        },
        {
            "start": 1406256578,
            "stop": 1406295101
        },
        {
            "start": 1406329408,
            "stop": 1406379631
        },
        {
            "start": 1406404967,
            "stop": 1406409712
        }
    ]
}