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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=64",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 65,
    "results": [
        {
            "start": 1165853120,
            "stop": 1165853141
        },
        {
            "start": 1165853142,
            "stop": 1165853149
        },
        {
            "start": 1165853151,
            "stop": 1165853165
        },
        {
            "start": 1165853166,
            "stop": 1165853175
        },
        {
            "start": 1165853176,
            "stop": 1165853177
        },
        {
            "start": 1165853178,
            "stop": 1165853180
        },
        {
            "start": 1165853182,
            "stop": 1165853194
        },
        {
            "start": 1165853195,
            "stop": 1165853211
        },
        {
            "start": 1165853212,
            "stop": 1165853214
        },
        {
            "start": 1165853216,
            "stop": 1165853223
        },
        {
            "start": 1165853225,
            "stop": 1165853251
        },
        {
            "start": 1165853252,
            "stop": 1165853269
        },
        {
            "start": 1165853270,
            "stop": 1165853274
        },
        {
            "start": 1165853275,
            "stop": 1165853298
        },
        {
            "start": 1165853299,
            "stop": 1165853315
        },
        {
            "start": 1165853316,
            "stop": 1165853324
        },
        {
            "start": 1165853325,
            "stop": 1165853334
        },
        {
            "start": 1165853335,
            "stop": 1165853338
        },
        {
            "start": 1165853339,
            "stop": 1165853340
        },
        {
            "start": 1165853341,
            "stop": 1165853348
        }
    ]
}