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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=317",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 318,
    "results": [
        {
            "start": 1240216074,
            "stop": 1240216124
        },
        {
            "start": 1240216126,
            "stop": 1240216244
        },
        {
            "start": 1240216246,
            "stop": 1240216364
        },
        {
            "start": 1240216366,
            "stop": 1240216484
        },
        {
            "start": 1240216486,
            "stop": 1240216604
        },
        {
            "start": 1240216606,
            "stop": 1240216724
        },
        {
            "start": 1240216726,
            "stop": 1240216844
        },
        {
            "start": 1240216846,
            "stop": 1240216964
        },
        {
            "start": 1240216966,
            "stop": 1240217084
        },
        {
            "start": 1240217086,
            "stop": 1240217204
        },
        {
            "start": 1240217206,
            "stop": 1240217324
        },
        {
            "start": 1240217326,
            "stop": 1240217444
        },
        {
            "start": 1240217446,
            "stop": 1240217564
        },
        {
            "start": 1240217566,
            "stop": 1240217684
        },
        {
            "start": 1240217686,
            "stop": 1240217804
        },
        {
            "start": 1240217806,
            "stop": 1240217924
        },
        {
            "start": 1240217926,
            "stop": 1240218044
        },
        {
            "start": 1240218046,
            "stop": 1240218184
        },
        {
            "start": 1240218186,
            "stop": 1240218304
        },
        {
            "start": 1240218306,
            "stop": 1240218424
        }
    ]
}