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=735
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=736",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=734",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 735,
    "results": [
        {
            "start": 1249016112,
            "stop": 1249016129
        },
        {
            "start": 1249016131,
            "stop": 1249016150
        },
        {
            "start": 1249016152,
            "stop": 1249016171
        },
        {
            "start": 1249016172,
            "stop": 1249016180
        },
        {
            "start": 1249016185,
            "stop": 1249016215
        },
        {
            "start": 1249016216,
            "stop": 1249016218
        },
        {
            "start": 1249016221,
            "stop": 1249016249
        },
        {
            "start": 1249016250,
            "stop": 1249016289
        },
        {
            "start": 1249016290,
            "stop": 1249016305
        },
        {
            "start": 1249016306,
            "stop": 1249016337
        },
        {
            "start": 1249016338,
            "stop": 1249016346
        },
        {
            "start": 1249016347,
            "stop": 1249016352
        },
        {
            "start": 1249016354,
            "stop": 1249016402
        },
        {
            "start": 1249016403,
            "stop": 1249016408
        },
        {
            "start": 1249016409,
            "stop": 1249016414
        },
        {
            "start": 1249016416,
            "stop": 1249016425
        },
        {
            "start": 1249016432,
            "stop": 1249016454
        },
        {
            "start": 1249016456,
            "stop": 1249016470
        },
        {
            "start": 1249016471,
            "stop": 1249016491
        },
        {
            "start": 1249016492,
            "stop": 1249016525
        }
    ]
}