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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=281",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 282,
    "results": [
        {
            "start": 1262931513,
            "stop": 1262931764
        },
        {
            "start": 1262931766,
            "stop": 1262932979
        },
        {
            "start": 1262932984,
            "stop": 1262932987
        },
        {
            "start": 1262932989,
            "stop": 1262933072
        },
        {
            "start": 1262933074,
            "stop": 1262933075
        },
        {
            "start": 1262933077,
            "stop": 1262933197
        },
        {
            "start": 1262933200,
            "stop": 1262933555
        },
        {
            "start": 1262933562,
            "stop": 1262933633
        },
        {
            "start": 1262933636,
            "stop": 1262934172
        },
        {
            "start": 1262934173,
            "stop": 1262934767
        },
        {
            "start": 1262934768,
            "stop": 1262935004
        },
        {
            "start": 1262935006,
            "stop": 1262935635
        },
        {
            "start": 1262935636,
            "stop": 1262935640
        },
        {
            "start": 1262935642,
            "stop": 1262935768
        },
        {
            "start": 1262935772,
            "stop": 1262936154
        },
        {
            "start": 1262936155,
            "stop": 1262936667
        },
        {
            "start": 1262936672,
            "stop": 1262937515
        },
        {
            "start": 1262937519,
            "stop": 1262939993
        },
        {
            "start": 1262939994,
            "stop": 1262940555
        },
        {
            "start": 1262940559,
            "stop": 1262944534
        }
    ]
}