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=394
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=395",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=393",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 394,
    "results": [
        {
            "start": 1266906463,
            "stop": 1266906525
        },
        {
            "start": 1266906526,
            "stop": 1266906608
        },
        {
            "start": 1266906609,
            "stop": 1266914040
        },
        {
            "start": 1266914520,
            "stop": 1266945115
        },
        {
            "start": 1266945116,
            "stop": 1266945359
        },
        {
            "start": 1266945360,
            "stop": 1266946923
        },
        {
            "start": 1266946924,
            "stop": 1266947274
        },
        {
            "start": 1266947275,
            "stop": 1266947898
        },
        {
            "start": 1266947899,
            "stop": 1266947971
        },
        {
            "start": 1266947972,
            "stop": 1266955029
        },
        {
            "start": 1266955030,
            "stop": 1266982922
        },
        {
            "start": 1266982923,
            "stop": 1266982931
        },
        {
            "start": 1266982932,
            "stop": 1266982941
        },
        {
            "start": 1266982942,
            "stop": 1266982949
        },
        {
            "start": 1266982950,
            "stop": 1266982957
        },
        {
            "start": 1266982958,
            "stop": 1266983008
        },
        {
            "start": 1266983009,
            "stop": 1266983016
        },
        {
            "start": 1266983017,
            "stop": 1266983019
        },
        {
            "start": 1266983020,
            "stop": 1266985365
        },
        {
            "start": 1266985369,
            "stop": 1266985371
        }
    ]
}