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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=104",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 105,
    "results": [
        {
            "start": 1263923628,
            "stop": 1263923692
        },
        {
            "start": 1263923695,
            "stop": 1263923751
        },
        {
            "start": 1263923753,
            "stop": 1263923861
        },
        {
            "start": 1263923862,
            "stop": 1263924103
        },
        {
            "start": 1263924105,
            "stop": 1263924140
        },
        {
            "start": 1263924143,
            "stop": 1263924166
        },
        {
            "start": 1263924168,
            "stop": 1263924276
        },
        {
            "start": 1263924278,
            "stop": 1263924296
        },
        {
            "start": 1263924299,
            "stop": 1263924637
        },
        {
            "start": 1263924639,
            "stop": 1263924695
        },
        {
            "start": 1263924697,
            "stop": 1263924859
        },
        {
            "start": 1263924860,
            "stop": 1263924944
        },
        {
            "start": 1263942972,
            "stop": 1263961795
        },
        {
            "start": 1263966840,
            "stop": 1263968310
        },
        {
            "start": 1263968313,
            "stop": 1263970048
        },
        {
            "start": 1263970051,
            "stop": 1263976047
        },
        {
            "start": 1263976051,
            "stop": 1263983837
        },
        {
            "start": 1263986569,
            "stop": 1263999309
        },
        {
            "start": 1263999310,
            "stop": 1264000088
        },
        {
            "start": 1264001857,
            "stop": 1264008915
        }
    ]
}