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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=135",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 136,
    "results": [
        {
            "start": 1239911712,
            "stop": 1239911830
        },
        {
            "start": 1239911832,
            "stop": 1239911950
        },
        {
            "start": 1239911952,
            "stop": 1239912070
        },
        {
            "start": 1239912072,
            "stop": 1239912190
        },
        {
            "start": 1239912192,
            "stop": 1239912310
        },
        {
            "start": 1239912312,
            "stop": 1239912430
        },
        {
            "start": 1239912432,
            "stop": 1239912550
        },
        {
            "start": 1239912552,
            "stop": 1239912670
        },
        {
            "start": 1239912672,
            "stop": 1239912790
        },
        {
            "start": 1239912792,
            "stop": 1239912910
        },
        {
            "start": 1239912912,
            "stop": 1239913030
        },
        {
            "start": 1239913032,
            "stop": 1239913150
        },
        {
            "start": 1239913152,
            "stop": 1239913270
        },
        {
            "start": 1239913272,
            "stop": 1239913390
        },
        {
            "start": 1239913392,
            "stop": 1239913510
        },
        {
            "start": 1239913512,
            "stop": 1239913630
        },
        {
            "start": 1239913632,
            "stop": 1239913750
        },
        {
            "start": 1239913752,
            "stop": 1239913870
        },
        {
            "start": 1239913872,
            "stop": 1239913990
        },
        {
            "start": 1239913992,
            "stop": 1239914110
        }
    ]
}