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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=71",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 72,
    "results": [
        {
            "start": 1238415994,
            "stop": 1238416179
        },
        {
            "start": 1238416181,
            "stop": 1238416682
        },
        {
            "start": 1238416684,
            "stop": 1238417107
        },
        {
            "start": 1238417109,
            "stop": 1238417431
        },
        {
            "start": 1238417432,
            "stop": 1238417984
        },
        {
            "start": 1238417987,
            "stop": 1238417995
        },
        {
            "start": 1238417997,
            "stop": 1238418140
        },
        {
            "start": 1238418141,
            "stop": 1238418143
        },
        {
            "start": 1238418144,
            "stop": 1238418429
        },
        {
            "start": 1238418432,
            "stop": 1238419221
        },
        {
            "start": 1238419224,
            "stop": 1238419475
        },
        {
            "start": 1238419477,
            "stop": 1238419481
        },
        {
            "start": 1238419484,
            "stop": 1238419497
        },
        {
            "start": 1238419498,
            "stop": 1238420306
        },
        {
            "start": 1238420308,
            "stop": 1238420310
        },
        {
            "start": 1238420313,
            "stop": 1238420316
        },
        {
            "start": 1238420317,
            "stop": 1238420318
        },
        {
            "start": 1238420319,
            "stop": 1238420699
        },
        {
            "start": 1238420701,
            "stop": 1238420702
        },
        {
            "start": 1238420705,
            "stop": 1238420752
        }
    ]
}