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=682
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=683",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=681",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 682,
    "results": [
        {
            "start": 1266392495,
            "stop": 1266393138
        },
        {
            "start": 1266393142,
            "stop": 1266394880
        },
        {
            "start": 1266394883,
            "stop": 1266398036
        },
        {
            "start": 1266398041,
            "stop": 1266398086
        },
        {
            "start": 1266398088,
            "stop": 1266403123
        },
        {
            "start": 1266403128,
            "stop": 1266405130
        },
        {
            "start": 1266405131,
            "stop": 1266405132
        },
        {
            "start": 1266405133,
            "stop": 1266405346
        },
        {
            "start": 1266405347,
            "stop": 1266406510
        },
        {
            "start": 1266406514,
            "stop": 1266410724
        },
        {
            "start": 1266410726,
            "stop": 1266411289
        },
        {
            "start": 1266411293,
            "stop": 1266411916
        },
        {
            "start": 1266411920,
            "stop": 1266413414
        },
        {
            "start": 1266413417,
            "stop": 1266416425
        },
        {
            "start": 1266416426,
            "stop": 1266417123
        },
        {
            "start": 1266417126,
            "stop": 1266417509
        },
        {
            "start": 1266417513,
            "stop": 1266423297
        },
        {
            "start": 1266423298,
            "stop": 1266423322
        },
        {
            "start": 1266423323,
            "stop": 1266423324
        },
        {
            "start": 1266423325,
            "stop": 1266423327
        }
    ]
}