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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=148",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 149,
    "results": [
        {
            "start": 1260534847,
            "stop": 1260540212
        },
        {
            "start": 1260540217,
            "stop": 1260540721
        },
        {
            "start": 1260540722,
            "stop": 1260540983
        },
        {
            "start": 1260756883,
            "stop": 1260764084
        },
        {
            "start": 1260764088,
            "stop": 1260764678
        },
        {
            "start": 1260764681,
            "stop": 1260765452
        },
        {
            "start": 1260765455,
            "stop": 1260765802
        },
        {
            "start": 1260765806,
            "stop": 1260766198
        },
        {
            "start": 1260766201,
            "stop": 1260766659
        },
        {
            "start": 1260766662,
            "stop": 1260766667
        },
        {
            "start": 1260766670,
            "stop": 1260766843
        },
        {
            "start": 1260766848,
            "stop": 1260767061
        },
        {
            "start": 1260767064,
            "stop": 1260767148
        },
        {
            "start": 1260767151,
            "stop": 1260767253
        },
        {
            "start": 1260767256,
            "stop": 1260767473
        },
        {
            "start": 1260767477,
            "stop": 1260767605
        },
        {
            "start": 1260767607,
            "stop": 1260767829
        },
        {
            "start": 1260767831,
            "stop": 1260767884
        },
        {
            "start": 1260767887,
            "stop": 1260768371
        },
        {
            "start": 1260768373,
            "stop": 1260769097
        }
    ]
}