Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=211
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=210",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 211,
    "results": [
        {
            "start": 1239901992,
            "stop": 1239902111
        },
        {
            "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
        }
    ]
}