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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=204",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 205,
    "results": [
        {
            "start": 1420784075,
            "stop": 1420784114
        },
        {
            "start": 1420784118,
            "stop": 1420784122
        },
        {
            "start": 1420784126,
            "stop": 1420784289
        },
        {
            "start": 1420784290,
            "stop": 1420784292
        },
        {
            "start": 1420784294,
            "stop": 1420784578
        },
        {
            "start": 1420784586,
            "stop": 1420784606
        },
        {
            "start": 1420784630,
            "stop": 1420784826
        },
        {
            "start": 1420784830,
            "stop": 1420785116
        },
        {
            "start": 1420785117,
            "stop": 1420785346
        },
        {
            "start": 1420785347,
            "stop": 1420785674
        },
        {
            "start": 1420785682,
            "stop": 1420785722
        },
        {
            "start": 1420785726,
            "stop": 1420785746
        },
        {
            "start": 1420785750,
            "stop": 1420785806
        },
        {
            "start": 1420785814,
            "stop": 1420785898
        },
        {
            "start": 1420785914,
            "stop": 1420785938
        },
        {
            "start": 1420785974,
            "stop": 1420786028
        },
        {
            "start": 1420786030,
            "stop": 1420786238
        },
        {
            "start": 1420786243,
            "stop": 1420786434
        },
        {
            "start": 1420786439,
            "stop": 1420786483
        },
        {
            "start": 1420786485,
            "stop": 1420786570
        }
    ]
}