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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=87",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 88,
    "results": [
        {
            "start": 1166440813,
            "stop": 1166440833
        },
        {
            "start": 1166440836,
            "stop": 1166440986
        },
        {
            "start": 1166440987,
            "stop": 1166441029
        },
        {
            "start": 1166441030,
            "stop": 1166441047
        },
        {
            "start": 1166441049,
            "stop": 1166441080
        },
        {
            "start": 1166441081,
            "stop": 1166441102
        },
        {
            "start": 1166441103,
            "stop": 1166441116
        },
        {
            "start": 1166441118,
            "stop": 1166441197
        },
        {
            "start": 1166441198,
            "stop": 1166441215
        },
        {
            "start": 1166441217,
            "stop": 1166441218
        },
        {
            "start": 1166441219,
            "stop": 1166441337
        },
        {
            "start": 1166441338,
            "stop": 1166441560
        },
        {
            "start": 1166441561,
            "stop": 1166441578
        },
        {
            "start": 1166441579,
            "stop": 1166441647
        },
        {
            "start": 1166441648,
            "stop": 1166441676
        },
        {
            "start": 1166441677,
            "stop": 1166441701
        },
        {
            "start": 1166441702,
            "stop": 1166442255
        },
        {
            "start": 1166442256,
            "stop": 1166442530
        },
        {
            "start": 1166442531,
            "stop": 1166442589
        },
        {
            "start": 1166442590,
            "stop": 1166442604
        }
    ]
}