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/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=470
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=471",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=469",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 470,
    "results": [
        {
            "start": 1268958281,
            "stop": 1268958283
        },
        {
            "start": 1268958306,
            "stop": 1268958307
        },
        {
            "start": 1268958311,
            "stop": 1268958312
        },
        {
            "start": 1268958319,
            "stop": 1268958321
        },
        {
            "start": 1268958323,
            "stop": 1268958326
        },
        {
            "start": 1268958328,
            "stop": 1268958329
        },
        {
            "start": 1268958330,
            "stop": 1268958331
        },
        {
            "start": 1268958346,
            "stop": 1268958347
        },
        {
            "start": 1268958351,
            "stop": 1268958353
        },
        {
            "start": 1268958356,
            "stop": 1268958358
        },
        {
            "start": 1268958374,
            "stop": 1268958375
        },
        {
            "start": 1268958391,
            "stop": 1268958392
        },
        {
            "start": 1268958417,
            "stop": 1268958418
        },
        {
            "start": 1268958422,
            "stop": 1268958423
        },
        {
            "start": 1268958455,
            "stop": 1268958456
        },
        {
            "start": 1268958477,
            "stop": 1268958478
        },
        {
            "start": 1268958481,
            "stop": 1268958483
        },
        {
            "start": 1268958493,
            "stop": 1268958496
        },
        {
            "start": 1268958497,
            "stop": 1268958498
        },
        {
            "start": 1268958504,
            "stop": 1268958505
        }
    ]
}