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=725
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=726",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=724",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 725,
    "results": [
        {
            "start": 1267478866,
            "stop": 1267478889
        },
        {
            "start": 1267478891,
            "stop": 1267478917
        },
        {
            "start": 1267478922,
            "stop": 1267482815
        },
        {
            "start": 1267482816,
            "stop": 1267482943
        },
        {
            "start": 1267482945,
            "stop": 1267483227
        },
        {
            "start": 1267483228,
            "stop": 1267483248
        },
        {
            "start": 1267483252,
            "stop": 1267483348
        },
        {
            "start": 1267483354,
            "stop": 1267483764
        },
        {
            "start": 1267483765,
            "stop": 1267484185
        },
        {
            "start": 1267484188,
            "stop": 1267485714
        },
        {
            "start": 1267485717,
            "stop": 1267488938
        },
        {
            "start": 1267488943,
            "stop": 1267489102
        },
        {
            "start": 1267493646,
            "stop": 1267494378
        },
        {
            "start": 1267494383,
            "stop": 1267494394
        },
        {
            "start": 1267494397,
            "stop": 1267495348
        },
        {
            "start": 1267495350,
            "stop": 1267496398
        },
        {
            "start": 1267496399,
            "stop": 1267496446
        },
        {
            "start": 1267496447,
            "stop": 1267496448
        },
        {
            "start": 1267496449,
            "stop": 1267496922
        },
        {
            "start": 1267496926,
            "stop": 1267502316
        }
    ]
}