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=720
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=721",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=719",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 720,
    "results": [
        {
            "start": 1248989876,
            "stop": 1248990243
        },
        {
            "start": 1248990244,
            "stop": 1248990247
        },
        {
            "start": 1248990248,
            "stop": 1248990257
        },
        {
            "start": 1248990259,
            "stop": 1248990437
        },
        {
            "start": 1248990438,
            "stop": 1248990493
        },
        {
            "start": 1248990494,
            "stop": 1248990558
        },
        {
            "start": 1248990563,
            "stop": 1248990616
        },
        {
            "start": 1248990621,
            "stop": 1248990636
        },
        {
            "start": 1248990638,
            "stop": 1248990640
        },
        {
            "start": 1248990644,
            "stop": 1248990649
        },
        {
            "start": 1248990652,
            "stop": 1248990653
        },
        {
            "start": 1248990655,
            "stop": 1248990661
        },
        {
            "start": 1248990663,
            "stop": 1248990664
        },
        {
            "start": 1248990667,
            "stop": 1248990671
        },
        {
            "start": 1248990672,
            "stop": 1248990675
        },
        {
            "start": 1248990677,
            "stop": 1248990819
        },
        {
            "start": 1248990825,
            "stop": 1248990830
        },
        {
            "start": 1248990831,
            "stop": 1248990865
        },
        {
            "start": 1248990866,
            "stop": 1248990871
        },
        {
            "start": 1248990872,
            "stop": 1248990891
        }
    ]
}