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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=202",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 203,
    "results": [
        {
            "start": 1182372160,
            "stop": 1182372163
        },
        {
            "start": 1182372165,
            "stop": 1182372224
        },
        {
            "start": 1182372230,
            "stop": 1182372232
        },
        {
            "start": 1182372233,
            "stop": 1182372234
        },
        {
            "start": 1182372237,
            "stop": 1182372240
        },
        {
            "start": 1182372243,
            "stop": 1182372303
        },
        {
            "start": 1182372304,
            "stop": 1182372472
        },
        {
            "start": 1182372474,
            "stop": 1182372609
        },
        {
            "start": 1182372611,
            "stop": 1182372810
        },
        {
            "start": 1182372812,
            "stop": 1182372935
        },
        {
            "start": 1182372936,
            "stop": 1182373269
        },
        {
            "start": 1182373271,
            "stop": 1182373274
        },
        {
            "start": 1182373275,
            "stop": 1182373478
        },
        {
            "start": 1182375877,
            "stop": 1182378353
        },
        {
            "start": 1182378354,
            "stop": 1182378531
        },
        {
            "start": 1182378532,
            "stop": 1182378533
        },
        {
            "start": 1182378534,
            "stop": 1182378537
        },
        {
            "start": 1182378538,
            "stop": 1182422272
        },
        {
            "start": 1182424445,
            "stop": 1182426062
        },
        {
            "start": 1182427667,
            "stop": 1182450660
        }
    ]
}