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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=60",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 61,
    "results": [
        {
            "start": 1262698673,
            "stop": 1262698692
        },
        {
            "start": 1262698694,
            "stop": 1262698727
        },
        {
            "start": 1262698730,
            "stop": 1262698732
        },
        {
            "start": 1262698738,
            "stop": 1262698741
        },
        {
            "start": 1262698748,
            "stop": 1262698754
        },
        {
            "start": 1262698759,
            "stop": 1262698801
        },
        {
            "start": 1262698803,
            "stop": 1262698809
        },
        {
            "start": 1262698811,
            "stop": 1262698821
        },
        {
            "start": 1262698825,
            "stop": 1262698827
        },
        {
            "start": 1262698832,
            "stop": 1262698855
        },
        {
            "start": 1262698856,
            "stop": 1262698863
        },
        {
            "start": 1262698865,
            "stop": 1262698906
        },
        {
            "start": 1262698908,
            "stop": 1262698914
        },
        {
            "start": 1262698916,
            "stop": 1262698960
        },
        {
            "start": 1262698962,
            "stop": 1262698964
        },
        {
            "start": 1262698965,
            "stop": 1262698968
        },
        {
            "start": 1262698970,
            "stop": 1262699030
        },
        {
            "start": 1262699033,
            "stop": 1262699036
        },
        {
            "start": 1262699039,
            "stop": 1262699040
        },
        {
            "start": 1262699041,
            "stop": 1262699055
        }
    ]
}