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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=71",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 72,
    "results": [
        {
            "start": 1262705757,
            "stop": 1262705761
        },
        {
            "start": 1262705765,
            "stop": 1262705769
        },
        {
            "start": 1262705773,
            "stop": 1262705774
        },
        {
            "start": 1262705777,
            "stop": 1262705783
        },
        {
            "start": 1262705790,
            "stop": 1262705797
        },
        {
            "start": 1262705798,
            "stop": 1262705799
        },
        {
            "start": 1262705800,
            "stop": 1262705801
        },
        {
            "start": 1262711712,
            "stop": 1262712596
        },
        {
            "start": 1262712598,
            "stop": 1262713645
        },
        {
            "start": 1262716081,
            "stop": 1262720084
        },
        {
            "start": 1262720085,
            "stop": 1262720839
        },
        {
            "start": 1262720842,
            "stop": 1262721599
        },
        {
            "start": 1262721600,
            "stop": 1262731327
        },
        {
            "start": 1262731330,
            "stop": 1262732312
        },
        {
            "start": 1262732315,
            "stop": 1262744358
        },
        {
            "start": 1262744359,
            "stop": 1262744378
        },
        {
            "start": 1262744379,
            "stop": 1262744386
        },
        {
            "start": 1262744387,
            "stop": 1262744390
        },
        {
            "start": 1262744394,
            "stop": 1262744404
        },
        {
            "start": 1262744406,
            "stop": 1262744407
        }
    ]
}