Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=357
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=356",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 357,
    "results": [
        {
            "start": 1253752013,
            "stop": 1253759129
        },
        {
            "start": 1253765972,
            "stop": 1253799276
        },
        {
            "start": 1253799278,
            "stop": 1253802951
        },
        {
            "start": 1253802953,
            "stop": 1253808552
        },
        {
            "start": 1253821476,
            "stop": 1253831959
        },
        {
            "start": 1253841301,
            "stop": 1253865609
        },
        {
            "start": 1253867770,
            "stop": 1253890043
        },
        {
            "start": 1253892344,
            "stop": 1253902732
        },
        {
            "start": 1253909160,
            "stop": 1253946511
        },
        {
            "start": 1253948378,
            "stop": 1253973796
        }
    ]
}