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_CAT1/segments?format=api&page=27
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_CAT1/segments?format=api&page=26",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 27,
    "results": [
        {
            "start": 1253344014,
            "stop": 1253367881
        },
        {
            "start": 1253391988,
            "stop": 1253476763
        },
        {
            "start": 1253501813,
            "stop": 1253546748
        },
        {
            "start": 1253546820,
            "stop": 1253555900
        },
        {
            "start": 1253560462,
            "stop": 1253572847
        },
        {
            "start": 1253575402,
            "stop": 1253646087
        },
        {
            "start": 1253648765,
            "stop": 1253656842
        },
        {
            "start": 1253659264,
            "stop": 1253759129
        },
        {
            "start": 1253765972,
            "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
        }
    ]
}