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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=202",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 203,
    "results": [
        {
            "start": 1264382666,
            "stop": 1264382700
        },
        {
            "start": 1264382701,
            "stop": 1264382717
        },
        {
            "start": 1264382718,
            "stop": 1264382725
        },
        {
            "start": 1264382726,
            "stop": 1264382728
        },
        {
            "start": 1264382730,
            "stop": 1264382782
        },
        {
            "start": 1264382784,
            "stop": 1264382791
        },
        {
            "start": 1264382792,
            "stop": 1264382807
        },
        {
            "start": 1264382810,
            "stop": 1264382811
        },
        {
            "start": 1264382813,
            "stop": 1264382816
        },
        {
            "start": 1264382817,
            "stop": 1264382820
        },
        {
            "start": 1264382821,
            "stop": 1264382828
        },
        {
            "start": 1264382829,
            "stop": 1264382832
        },
        {
            "start": 1264382834,
            "stop": 1264382838
        },
        {
            "start": 1264382842,
            "stop": 1264382848
        },
        {
            "start": 1264382850,
            "stop": 1264382897
        },
        {
            "start": 1264382899,
            "stop": 1264382915
        },
        {
            "start": 1264382916,
            "stop": 1264382923
        },
        {
            "start": 1264382925,
            "stop": 1264382958
        },
        {
            "start": 1264382960,
            "stop": 1264382975
        },
        {
            "start": 1264382977,
            "stop": 1264383010
        }
    ]
}