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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=417",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 418,
    "results": [
        {
            "start": 1267595923,
            "stop": 1267595979
        },
        {
            "start": 1267595980,
            "stop": 1267595988
        },
        {
            "start": 1267595989,
            "stop": 1267595994
        },
        {
            "start": 1267595995,
            "stop": 1267595996
        },
        {
            "start": 1267595997,
            "stop": 1267595998
        },
        {
            "start": 1267595999,
            "stop": 1267596004
        },
        {
            "start": 1267596005,
            "stop": 1267596007
        },
        {
            "start": 1267596009,
            "stop": 1267596016
        },
        {
            "start": 1267596018,
            "stop": 1267596019
        },
        {
            "start": 1267596021,
            "stop": 1267596026
        },
        {
            "start": 1267596027,
            "stop": 1267596031
        },
        {
            "start": 1267596032,
            "stop": 1267596044
        },
        {
            "start": 1267596046,
            "stop": 1267596048
        },
        {
            "start": 1267596049,
            "stop": 1267596050
        },
        {
            "start": 1267596051,
            "stop": 1267596054
        },
        {
            "start": 1267596057,
            "stop": 1267596164
        },
        {
            "start": 1267596167,
            "stop": 1267596168
        },
        {
            "start": 1267596173,
            "stop": 1267596180
        },
        {
            "start": 1267596188,
            "stop": 1267596189
        },
        {
            "start": 1267596191,
            "stop": 1267596193
        }
    ]
}