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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=138",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 139,
    "results": [
        {
            "start": 1239918912,
            "stop": 1239919030
        },
        {
            "start": 1239919032,
            "stop": 1239919150
        },
        {
            "start": 1239919152,
            "stop": 1239919270
        },
        {
            "start": 1239919272,
            "stop": 1239919390
        },
        {
            "start": 1239919392,
            "stop": 1239919510
        },
        {
            "start": 1239919512,
            "stop": 1239919630
        },
        {
            "start": 1239919632,
            "stop": 1239919750
        },
        {
            "start": 1239919752,
            "stop": 1239919870
        },
        {
            "start": 1239919872,
            "stop": 1239919990
        },
        {
            "start": 1239919992,
            "stop": 1239920110
        },
        {
            "start": 1239920112,
            "stop": 1239920230
        },
        {
            "start": 1239920232,
            "stop": 1239920350
        },
        {
            "start": 1239920352,
            "stop": 1239920470
        },
        {
            "start": 1239920472,
            "stop": 1239920590
        },
        {
            "start": 1239920592,
            "stop": 1239920710
        },
        {
            "start": 1239920712,
            "stop": 1239920830
        },
        {
            "start": 1239920832,
            "stop": 1239920950
        },
        {
            "start": 1239920952,
            "stop": 1239921070
        },
        {
            "start": 1239921072,
            "stop": 1239921190
        },
        {
            "start": 1239921192,
            "stop": 1239921310
        }
    ]
}