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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=131",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 132,
    "results": [
        {
            "start": 1239902112,
            "stop": 1239902231
        },
        {
            "start": 1239902232,
            "stop": 1239902351
        },
        {
            "start": 1239902352,
            "stop": 1239902471
        },
        {
            "start": 1239902472,
            "stop": 1239902591
        },
        {
            "start": 1239902592,
            "stop": 1239902711
        },
        {
            "start": 1239902712,
            "stop": 1239902831
        },
        {
            "start": 1239902832,
            "stop": 1239902951
        },
        {
            "start": 1239902952,
            "stop": 1239903071
        },
        {
            "start": 1239903072,
            "stop": 1239903191
        },
        {
            "start": 1239903192,
            "stop": 1239903311
        },
        {
            "start": 1239903312,
            "stop": 1239903431
        },
        {
            "start": 1239903432,
            "stop": 1239903551
        },
        {
            "start": 1239903552,
            "stop": 1239903671
        },
        {
            "start": 1239903672,
            "stop": 1239903791
        },
        {
            "start": 1239903792,
            "stop": 1239903911
        },
        {
            "start": 1239903912,
            "stop": 1239904031
        },
        {
            "start": 1239904032,
            "stop": 1239904151
        },
        {
            "start": 1239904152,
            "stop": 1239904271
        },
        {
            "start": 1239904272,
            "stop": 1239904391
        },
        {
            "start": 1239904392,
            "stop": 1239904511
        }
    ]
}