Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=331
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=330",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 331,
    "results": [
        {
            "start": 1249843937,
            "stop": 1249844114
        },
        {
            "start": 1249844115,
            "stop": 1249844167
        },
        {
            "start": 1249844169,
            "stop": 1249844171
        },
        {
            "start": 1249844173,
            "stop": 1249844217
        },
        {
            "start": 1249844218,
            "stop": 1249844223
        },
        {
            "start": 1249844225,
            "stop": 1249844348
        },
        {
            "start": 1249844349,
            "stop": 1249844350
        },
        {
            "start": 1249844353,
            "stop": 1249844367
        },
        {
            "start": 1249844368,
            "stop": 1249844432
        },
        {
            "start": 1249844446,
            "stop": 1249844447
        },
        {
            "start": 1249844451,
            "stop": 1249844496
        },
        {
            "start": 1249844498,
            "stop": 1249844499
        },
        {
            "start": 1249844503,
            "stop": 1249844506
        },
        {
            "start": 1249844507,
            "stop": 1249844538
        },
        {
            "start": 1249844540,
            "stop": 1249844580
        },
        {
            "start": 1249844581,
            "stop": 1249844582
        },
        {
            "start": 1249844583,
            "stop": 1249844629
        },
        {
            "start": 1249844631,
            "stop": 1249844728
        },
        {
            "start": 1249844738,
            "stop": 1249844739
        },
        {
            "start": 1249844743,
            "stop": 1249844744
        }
    ]
}