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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=141",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 142,
    "results": [
        {
            "start": 1264328738,
            "stop": 1264328739
        },
        {
            "start": 1264328740,
            "stop": 1264328741
        },
        {
            "start": 1264328745,
            "stop": 1264328746
        },
        {
            "start": 1264328747,
            "stop": 1264328888
        },
        {
            "start": 1264328889,
            "stop": 1264328892
        },
        {
            "start": 1264328894,
            "stop": 1264328900
        },
        {
            "start": 1264328901,
            "stop": 1264328904
        },
        {
            "start": 1264328905,
            "stop": 1264328913
        },
        {
            "start": 1264328914,
            "stop": 1264328915
        },
        {
            "start": 1264328919,
            "stop": 1264328921
        },
        {
            "start": 1264328923,
            "stop": 1264328924
        },
        {
            "start": 1264328925,
            "stop": 1264328927
        },
        {
            "start": 1264328928,
            "stop": 1264328929
        },
        {
            "start": 1264328933,
            "stop": 1264328939
        },
        {
            "start": 1264328949,
            "stop": 1264328950
        },
        {
            "start": 1264328953,
            "stop": 1264328955
        },
        {
            "start": 1264328956,
            "stop": 1264328957
        },
        {
            "start": 1264328958,
            "stop": 1264328959
        },
        {
            "start": 1264328960,
            "stop": 1264328962
        },
        {
            "start": 1264328963,
            "stop": 1264328966
        }
    ]
}