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_CAT2/segments?format=api&page=361
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=360",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 361,
    "results": [
        {
            "start": 1241016195,
            "stop": 1241016200
        },
        {
            "start": 1241016202,
            "stop": 1241016203
        },
        {
            "start": 1241016204,
            "stop": 1241016352
        },
        {
            "start": 1241016355,
            "stop": 1241016356
        },
        {
            "start": 1241016362,
            "stop": 1241016409
        },
        {
            "start": 1241016410,
            "stop": 1241016412
        },
        {
            "start": 1241016418,
            "stop": 1241016419
        },
        {
            "start": 1241016420,
            "stop": 1241016457
        },
        {
            "start": 1241016464,
            "stop": 1241016465
        },
        {
            "start": 1241016466,
            "stop": 1241016592
        },
        {
            "start": 1241016599,
            "stop": 1241016640
        },
        {
            "start": 1241016643,
            "stop": 1241016644
        },
        {
            "start": 1241016653,
            "stop": 1241016686
        },
        {
            "start": 1241016687,
            "stop": 1241016690
        },
        {
            "start": 1241016701,
            "stop": 1241016991
        },
        {
            "start": 1241016992,
            "stop": 1241016995
        },
        {
            "start": 1241016998,
            "stop": 1241017133
        },
        {
            "start": 1241017137,
            "stop": 1241017298
        },
        {
            "start": 1241017299,
            "stop": 1241017369
        },
        {
            "start": 1241017371,
            "stop": 1241017393
        }
    ]
}