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=361
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=362",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=360",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 361,
    "results": [
        {
            "start": 1265128230,
            "stop": 1265128244
        },
        {
            "start": 1265128245,
            "stop": 1265128248
        },
        {
            "start": 1265128249,
            "stop": 1265128291
        },
        {
            "start": 1265128292,
            "stop": 1265128305
        },
        {
            "start": 1265128307,
            "stop": 1265128308
        },
        {
            "start": 1265128309,
            "stop": 1265128392
        },
        {
            "start": 1265128393,
            "stop": 1265128396
        },
        {
            "start": 1265128398,
            "stop": 1265129227
        },
        {
            "start": 1265129228,
            "stop": 1265129313
        },
        {
            "start": 1265129314,
            "stop": 1265132302
        },
        {
            "start": 1265132304,
            "stop": 1265132370
        },
        {
            "start": 1265132371,
            "stop": 1265132510
        },
        {
            "start": 1265132511,
            "stop": 1265132528
        },
        {
            "start": 1265132529,
            "stop": 1265133145
        },
        {
            "start": 1265140477,
            "stop": 1265148772
        },
        {
            "start": 1265148816,
            "stop": 1265152353
        },
        {
            "start": 1265152354,
            "stop": 1265152964
        },
        {
            "start": 1265153188,
            "stop": 1265155078
        },
        {
            "start": 1265155079,
            "stop": 1265166522
        },
        {
            "start": 1265166523,
            "stop": 1265166524
        }
    ]
}