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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=199",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 200,
    "results": [
        {
            "start": 1261873212,
            "stop": 1261873478
        },
        {
            "start": 1261873481,
            "stop": 1261873487
        },
        {
            "start": 1261873488,
            "stop": 1261873769
        },
        {
            "start": 1261873772,
            "stop": 1261874039
        },
        {
            "start": 1261874041,
            "stop": 1261874652
        },
        {
            "start": 1261874655,
            "stop": 1261875060
        },
        {
            "start": 1261875061,
            "stop": 1261875540
        },
        {
            "start": 1261875542,
            "stop": 1261876202
        },
        {
            "start": 1261876203,
            "stop": 1261876280
        },
        {
            "start": 1261876283,
            "stop": 1261876641
        },
        {
            "start": 1261876645,
            "stop": 1261876661
        },
        {
            "start": 1261876664,
            "stop": 1261876704
        },
        {
            "start": 1261876709,
            "stop": 1261877007
        },
        {
            "start": 1261877012,
            "stop": 1261877104
        },
        {
            "start": 1261877107,
            "stop": 1261878229
        },
        {
            "start": 1261878232,
            "stop": 1261879361
        },
        {
            "start": 1261879363,
            "stop": 1261879580
        },
        {
            "start": 1261879583,
            "stop": 1261879657
        },
        {
            "start": 1261879660,
            "stop": 1261879676
        },
        {
            "start": 1261879679,
            "stop": 1261879714
        }
    ]
}