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/V1_CBC_CAT2/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=67",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 68,
    "results": [
        {
            "start": 1253754427,
            "stop": 1253756715
        },
        {
            "start": 1253758510,
            "stop": 1253778289
        },
        {
            "start": 1253780504,
            "stop": 1253783450
        },
        {
            "start": 1253784804,
            "stop": 1253809266
        },
        {
            "start": 1253818190,
            "stop": 1253830604
        },
        {
            "start": 1253830620,
            "stop": 1253863588
        },
        {
            "start": 1253866050,
            "stop": 1253872893
        },
        {
            "start": 1253909276,
            "stop": 1253915996
        },
        {
            "start": 1253916002,
            "stop": 1253941833
        },
        {
            "start": 1253944467,
            "stop": 1253977218
        }
    ]
}