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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=703",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=701",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 702,
    "results": [
        {
            "start": 1266843789,
            "stop": 1266845285
        },
        {
            "start": 1266845286,
            "stop": 1266845321
        },
        {
            "start": 1266845322,
            "stop": 1266847592
        },
        {
            "start": 1266847595,
            "stop": 1266849620
        },
        {
            "start": 1266849621,
            "stop": 1266849623
        },
        {
            "start": 1266849624,
            "stop": 1266849745
        },
        {
            "start": 1266849746,
            "stop": 1266849849
        },
        {
            "start": 1266849850,
            "stop": 1266849854
        },
        {
            "start": 1266849855,
            "stop": 1266849972
        },
        {
            "start": 1266849976,
            "stop": 1266850597
        },
        {
            "start": 1266850602,
            "stop": 1266853397
        },
        {
            "start": 1266853398,
            "stop": 1266853408
        },
        {
            "start": 1266853409,
            "stop": 1266853663
        },
        {
            "start": 1266853664,
            "stop": 1266855053
        },
        {
            "start": 1266855055,
            "stop": 1266855782
        },
        {
            "start": 1266855785,
            "stop": 1266856435
        },
        {
            "start": 1266856437,
            "stop": 1266856957
        },
        {
            "start": 1266856959,
            "stop": 1266856970
        },
        {
            "start": 1266856974,
            "stop": 1266857450
        },
        {
            "start": 1266857452,
            "stop": 1266857564
        }
    ]
}