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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=114",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 115,
    "results": [
        {
            "start": 1264165355,
            "stop": 1264165445
        },
        {
            "start": 1264165448,
            "stop": 1264165454
        },
        {
            "start": 1264165455,
            "stop": 1264165485
        },
        {
            "start": 1264165486,
            "stop": 1264165784
        },
        {
            "start": 1264165788,
            "stop": 1264165929
        },
        {
            "start": 1264165930,
            "stop": 1264166118
        },
        {
            "start": 1264166119,
            "stop": 1264166303
        },
        {
            "start": 1264166305,
            "stop": 1264166944
        },
        {
            "start": 1264166947,
            "stop": 1264167094
        },
        {
            "start": 1264167096,
            "stop": 1264167098
        },
        {
            "start": 1264167104,
            "stop": 1264167115
        },
        {
            "start": 1264167117,
            "stop": 1264167119
        },
        {
            "start": 1264167120,
            "stop": 1264167123
        },
        {
            "start": 1264167125,
            "stop": 1264167126
        },
        {
            "start": 1264167128,
            "stop": 1264167228
        },
        {
            "start": 1264167230,
            "stop": 1264167259
        },
        {
            "start": 1264167264,
            "stop": 1264167269
        },
        {
            "start": 1264167270,
            "stop": 1264167275
        },
        {
            "start": 1264167277,
            "stop": 1264167531
        },
        {
            "start": 1264167533,
            "stop": 1264167542
        }
    ]
}