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_BURST_CAT3/segments?format=api&page=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 79,
    "results": [
        {
            "start": 1238364487,
            "stop": 1238364501
        },
        {
            "start": 1238364503,
            "stop": 1238365603
        },
        {
            "start": 1238365605,
            "stop": 1238367375
        },
        {
            "start": 1238367380,
            "stop": 1238368267
        },
        {
            "start": 1238368269,
            "stop": 1238368422
        },
        {
            "start": 1238368425,
            "stop": 1238372430
        },
        {
            "start": 1238372432,
            "stop": 1238374343
        },
        {
            "start": 1238374346,
            "stop": 1238374349
        },
        {
            "start": 1238374353,
            "stop": 1238374936
        },
        {
            "start": 1238374944,
            "stop": 1238374948
        },
        {
            "start": 1238374956,
            "stop": 1238374959
        },
        {
            "start": 1238374964,
            "stop": 1238379110
        },
        {
            "start": 1238379114,
            "stop": 1238380493
        },
        {
            "start": 1238380496,
            "stop": 1238381085
        },
        {
            "start": 1238381090,
            "stop": 1238388202
        },
        {
            "start": 1238388203,
            "stop": 1238391288
        },
        {
            "start": 1238391291,
            "stop": 1238391846
        },
        {
            "start": 1238391849,
            "stop": 1238392428
        },
        {
            "start": 1238392432,
            "stop": 1238393726
        },
        {
            "start": 1238393727,
            "stop": 1238396526
        }
    ]
}