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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=9",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 10,
    "results": [
        {
            "start": 1257070715,
            "stop": 1257076197
        },
        {
            "start": 1257077442,
            "stop": 1257082678
        },
        {
            "start": 1257086655,
            "stop": 1257088418
        },
        {
            "start": 1257088456,
            "stop": 1257088820
        },
        {
            "start": 1257103290,
            "stop": 1257124211
        },
        {
            "start": 1257124219,
            "stop": 1257150458
        },
        {
            "start": 1257171329,
            "stop": 1257171330
        },
        {
            "start": 1257171338,
            "stop": 1257189648
        },
        {
            "start": 1257189668,
            "stop": 1257193410
        },
        {
            "start": 1257193418,
            "stop": 1257202737
        },
        {
            "start": 1257207684,
            "stop": 1257213670
        },
        {
            "start": 1257213678,
            "stop": 1257285854
        },
        {
            "start": 1257285862,
            "stop": 1257286374
        },
        {
            "start": 1257286382,
            "stop": 1257286588
        },
        {
            "start": 1257286590,
            "stop": 1257290502
        },
        {
            "start": 1257290510,
            "stop": 1257291926
        },
        {
            "start": 1257291934,
            "stop": 1257293598
        },
        {
            "start": 1257293606,
            "stop": 1257294558
        },
        {
            "start": 1257297053,
            "stop": 1257297235
        },
        {
            "start": 1257297243,
            "stop": 1257303163
        }
    ]
}