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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=132",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 133,
    "results": [
        {
            "start": 1239904512,
            "stop": 1239904631
        },
        {
            "start": 1239904632,
            "stop": 1239904751
        },
        {
            "start": 1239904752,
            "stop": 1239904851
        },
        {
            "start": 1239904852,
            "stop": 1239904991
        },
        {
            "start": 1239904992,
            "stop": 1239905111
        },
        {
            "start": 1239905112,
            "stop": 1239905231
        },
        {
            "start": 1239905232,
            "stop": 1239905351
        },
        {
            "start": 1239905352,
            "stop": 1239905471
        },
        {
            "start": 1239905472,
            "stop": 1239905591
        },
        {
            "start": 1239905592,
            "stop": 1239905711
        },
        {
            "start": 1239905712,
            "stop": 1239905831
        },
        {
            "start": 1239905832,
            "stop": 1239905951
        },
        {
            "start": 1239905952,
            "stop": 1239906071
        },
        {
            "start": 1239906072,
            "stop": 1239906191
        },
        {
            "start": 1239906192,
            "stop": 1239906311
        },
        {
            "start": 1239906312,
            "stop": 1239906431
        },
        {
            "start": 1239906432,
            "stop": 1239906551
        },
        {
            "start": 1239906552,
            "stop": 1239906671
        },
        {
            "start": 1239906672,
            "stop": 1239906791
        },
        {
            "start": 1239906792,
            "stop": 1239906911
        }
    ]
}