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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=126",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 127,
    "results": [
        {
            "start": 1239890092,
            "stop": 1239890231
        },
        {
            "start": 1239890232,
            "stop": 1239890351
        },
        {
            "start": 1239890352,
            "stop": 1239890471
        },
        {
            "start": 1239890472,
            "stop": 1239890591
        },
        {
            "start": 1239890592,
            "stop": 1239890711
        },
        {
            "start": 1239890712,
            "stop": 1239890831
        },
        {
            "start": 1239890832,
            "stop": 1239890951
        },
        {
            "start": 1239890952,
            "stop": 1239891071
        },
        {
            "start": 1239891072,
            "stop": 1239891191
        },
        {
            "start": 1239891192,
            "stop": 1239891311
        },
        {
            "start": 1239891312,
            "stop": 1239891431
        },
        {
            "start": 1239891432,
            "stop": 1239891551
        },
        {
            "start": 1239891552,
            "stop": 1239891671
        },
        {
            "start": 1239891672,
            "stop": 1239891791
        },
        {
            "start": 1239891792,
            "stop": 1239891911
        },
        {
            "start": 1239891912,
            "stop": 1239892031
        },
        {
            "start": 1239892032,
            "stop": 1239892151
        },
        {
            "start": 1239892152,
            "stop": 1239892271
        },
        {
            "start": 1239892272,
            "stop": 1239892391
        },
        {
            "start": 1239892392,
            "stop": 1239892511
        }
    ]
}