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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=31",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 32,
    "results": [
        {
            "start": 1134497641,
            "stop": 1134502781
        },
        {
            "start": 1134503847,
            "stop": 1134506056
        },
        {
            "start": 1134512318,
            "stop": 1134529419
        },
        {
            "start": 1134539257,
            "stop": 1134572204
        },
        {
            "start": 1134572206,
            "stop": 1134580833
        },
        {
            "start": 1134580835,
            "stop": 1134582749
        },
        {
            "start": 1134583388,
            "stop": 1134583512
        },
        {
            "start": 1134583514,
            "stop": 1134586485
        },
        {
            "start": 1134586912,
            "stop": 1134589595
        },
        {
            "start": 1134619148,
            "stop": 1134636085
        },
        {
            "start": 1134636087,
            "stop": 1134637008
        },
        {
            "start": 1134637800,
            "stop": 1134644027
        },
        {
            "start": 1134768958,
            "stop": 1134769049
        },
        {
            "start": 1134769296,
            "stop": 1134769948
        },
        {
            "start": 1134770220,
            "stop": 1134781881
        },
        {
            "start": 1134781883,
            "stop": 1134784804
        },
        {
            "start": 1134785848,
            "stop": 1134788385
        },
        {
            "start": 1134788583,
            "stop": 1134829873
        },
        {
            "start": 1134863216,
            "stop": 1134874938
        },
        {
            "start": 1134874940,
            "stop": 1134879370
        }
    ]
}