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=847
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=848",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=846",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 847,
    "results": [
        {
            "start": 1250466165,
            "stop": 1250466416
        },
        {
            "start": 1250466418,
            "stop": 1250466671
        },
        {
            "start": 1250466676,
            "stop": 1250467206
        },
        {
            "start": 1250467211,
            "stop": 1250467227
        },
        {
            "start": 1250467231,
            "stop": 1250467239
        },
        {
            "start": 1250467243,
            "stop": 1250467346
        },
        {
            "start": 1250467349,
            "stop": 1250467354
        },
        {
            "start": 1250467359,
            "stop": 1250467524
        },
        {
            "start": 1250467527,
            "stop": 1250467659
        },
        {
            "start": 1250467663,
            "stop": 1250467996
        },
        {
            "start": 1250468001,
            "stop": 1250468121
        },
        {
            "start": 1250468125,
            "stop": 1250468203
        },
        {
            "start": 1250468205,
            "stop": 1250469002
        },
        {
            "start": 1250469007,
            "stop": 1250469443
        },
        {
            "start": 1250469446,
            "stop": 1250469485
        },
        {
            "start": 1250469490,
            "stop": 1250469841
        },
        {
            "start": 1250469845,
            "stop": 1250469862
        },
        {
            "start": 1250469865,
            "stop": 1250469885
        },
        {
            "start": 1250469891,
            "stop": 1250469914
        },
        {
            "start": 1250469918,
            "stop": 1250469928
        }
    ]
}