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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=8",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 9,
    "results": [
        {
            "start": 1165123417,
            "stop": 1165123536
        },
        {
            "start": 1165123537,
            "stop": 1165123542
        },
        {
            "start": 1165123544,
            "stop": 1165123655
        },
        {
            "start": 1165123656,
            "stop": 1165123741
        },
        {
            "start": 1165123742,
            "stop": 1165123830
        },
        {
            "start": 1165123831,
            "stop": 1165123873
        },
        {
            "start": 1165123874,
            "stop": 1165123908
        },
        {
            "start": 1165123909,
            "stop": 1165123989
        },
        {
            "start": 1165123990,
            "stop": 1165124002
        },
        {
            "start": 1165124003,
            "stop": 1165124367
        },
        {
            "start": 1165124368,
            "stop": 1165124382
        },
        {
            "start": 1165124384,
            "stop": 1165125267
        },
        {
            "start": 1165125269,
            "stop": 1165125767
        },
        {
            "start": 1165125768,
            "stop": 1165125870
        },
        {
            "start": 1165125871,
            "stop": 1165125996
        },
        {
            "start": 1165125997,
            "stop": 1165126036
        },
        {
            "start": 1165126037,
            "stop": 1165126208
        },
        {
            "start": 1165126209,
            "stop": 1165126243
        },
        {
            "start": 1165126245,
            "stop": 1165126298
        },
        {
            "start": 1165126300,
            "stop": 1165126787
        }
    ]
}