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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=70",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 71,
    "results": [
        {
            "start": 1262705601,
            "stop": 1262705623
        },
        {
            "start": 1262705626,
            "stop": 1262705628
        },
        {
            "start": 1262705629,
            "stop": 1262705630
        },
        {
            "start": 1262705634,
            "stop": 1262705646
        },
        {
            "start": 1262705650,
            "stop": 1262705654
        },
        {
            "start": 1262705661,
            "stop": 1262705662
        },
        {
            "start": 1262705667,
            "stop": 1262705671
        },
        {
            "start": 1262705672,
            "stop": 1262705673
        },
        {
            "start": 1262705678,
            "stop": 1262705679
        },
        {
            "start": 1262705689,
            "stop": 1262705690
        },
        {
            "start": 1262705695,
            "stop": 1262705696
        },
        {
            "start": 1262705698,
            "stop": 1262705704
        },
        {
            "start": 1262705706,
            "stop": 1262705710
        },
        {
            "start": 1262705711,
            "stop": 1262705712
        },
        {
            "start": 1262705713,
            "stop": 1262705714
        },
        {
            "start": 1262705726,
            "stop": 1262705730
        },
        {
            "start": 1262705733,
            "stop": 1262705736
        },
        {
            "start": 1262705740,
            "stop": 1262705743
        },
        {
            "start": 1262705746,
            "stop": 1262705748
        },
        {
            "start": 1262705750,
            "stop": 1262705753
        }
    ]
}