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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=295",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 296,
    "results": [
        {
            "start": 1264825828,
            "stop": 1264826228
        },
        {
            "start": 1264826230,
            "stop": 1264826878
        },
        {
            "start": 1264826880,
            "stop": 1264831699
        },
        {
            "start": 1264831701,
            "stop": 1264833002
        },
        {
            "start": 1264833005,
            "stop": 1264833447
        },
        {
            "start": 1264833448,
            "stop": 1264834628
        },
        {
            "start": 1264834630,
            "stop": 1264834647
        },
        {
            "start": 1264834649,
            "stop": 1264834672
        },
        {
            "start": 1264834676,
            "stop": 1264834714
        },
        {
            "start": 1264834716,
            "stop": 1264834914
        },
        {
            "start": 1264834917,
            "stop": 1264835410
        },
        {
            "start": 1264835412,
            "stop": 1264835532
        },
        {
            "start": 1264835536,
            "stop": 1264835917
        },
        {
            "start": 1264835918,
            "stop": 1264836356
        },
        {
            "start": 1264836358,
            "stop": 1264836655
        },
        {
            "start": 1264836659,
            "stop": 1264836828
        },
        {
            "start": 1264836831,
            "stop": 1264836916
        },
        {
            "start": 1264836918,
            "stop": 1264836928
        },
        {
            "start": 1264836930,
            "stop": 1264837046
        },
        {
            "start": 1264837048,
            "stop": 1264837087
        }
    ]
}