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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=371",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 372,
    "results": [
        {
            "start": 1265884682,
            "stop": 1265884686
        },
        {
            "start": 1265884687,
            "stop": 1265884688
        },
        {
            "start": 1265884689,
            "stop": 1265889753
        },
        {
            "start": 1265889754,
            "stop": 1265889776
        },
        {
            "start": 1265889777,
            "stop": 1265889792
        },
        {
            "start": 1265889793,
            "stop": 1265889796
        },
        {
            "start": 1265889797,
            "stop": 1265889800
        },
        {
            "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
        }
    ]
}