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=652
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=653",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=651",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 652,
    "results": [
        {
            "start": 1265889802,
            "stop": 1265889812
        },
        {
            "start": 1265889813,
            "stop": 1265889820
        },
        {
            "start": 1265889821,
            "stop": 1265889864
        },
        {
            "start": 1265889865,
            "stop": 1265890017
        },
        {
            "start": 1265890019,
            "stop": 1265890071
        },
        {
            "start": 1265890072,
            "stop": 1265890126
        },
        {
            "start": 1265890127,
            "stop": 1265890180
        },
        {
            "start": 1265890182,
            "stop": 1265890291
        },
        {
            "start": 1265890292,
            "stop": 1265890305
        },
        {
            "start": 1265890307,
            "stop": 1265890325
        },
        {
            "start": 1265890326,
            "stop": 1265890328
        },
        {
            "start": 1265890331,
            "stop": 1265890332
        },
        {
            "start": 1265890334,
            "stop": 1265890342
        },
        {
            "start": 1265890343,
            "stop": 1265890372
        },
        {
            "start": 1265890374,
            "stop": 1265890611
        },
        {
            "start": 1265890612,
            "stop": 1265890650
        },
        {
            "start": 1265890651,
            "stop": 1265890659
        },
        {
            "start": 1265890660,
            "stop": 1265890661
        },
        {
            "start": 1265890662,
            "stop": 1265890664
        },
        {
            "start": 1265890665,
            "stop": 1265890898
        }
    ]
}