Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=95",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 96,
    "results": [
        {
            "start": 1239595529,
            "stop": 1239596107
        },
        {
            "start": 1239596109,
            "stop": 1239596727
        },
        {
            "start": 1239596729,
            "stop": 1239597327
        },
        {
            "start": 1239597329,
            "stop": 1239597907
        },
        {
            "start": 1239597909,
            "stop": 1239598527
        },
        {
            "start": 1239598529,
            "stop": 1239599127
        },
        {
            "start": 1239599129,
            "stop": 1239599727
        },
        {
            "start": 1239599729,
            "stop": 1239599733
        },
        {
            "start": 1239610810,
            "stop": 1239610849
        },
        {
            "start": 1239611420,
            "stop": 1239611466
        },
        {
            "start": 1239611885,
            "stop": 1239612307
        },
        {
            "start": 1239612308,
            "stop": 1239612907
        },
        {
            "start": 1239612908,
            "stop": 1239613507
        },
        {
            "start": 1239613508,
            "stop": 1239614127
        },
        {
            "start": 1239614128,
            "stop": 1239614707
        },
        {
            "start": 1239614708,
            "stop": 1239615327
        },
        {
            "start": 1239615328,
            "stop": 1239615927
        },
        {
            "start": 1239615928,
            "stop": 1239616507
        },
        {
            "start": 1239616508,
            "stop": 1239617127
        },
        {
            "start": 1239617128,
            "stop": 1239617727
        }
    ]
}