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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=20",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 21,
    "results": [
        {
            "start": 1134586912,
            "stop": 1134589596
        },
        {
            "start": 1134619148,
            "stop": 1134637008
        },
        {
            "start": 1134637800,
            "stop": 1134644028
        },
        {
            "start": 1134768958,
            "stop": 1134769049
        },
        {
            "start": 1134769296,
            "stop": 1134769948
        },
        {
            "start": 1134770220,
            "stop": 1134784804
        },
        {
            "start": 1134785848,
            "stop": 1134788385
        },
        {
            "start": 1134788583,
            "stop": 1134829873
        },
        {
            "start": 1134863216,
            "stop": 1134879371
        },
        {
            "start": 1134904443,
            "stop": 1134910164
        },
        {
            "start": 1134910838,
            "stop": 1134928384
        },
        {
            "start": 1134964890,
            "stop": 1134968666
        },
        {
            "start": 1134976047,
            "stop": 1135002116
        },
        {
            "start": 1135023264,
            "stop": 1135024279
        },
        {
            "start": 1135032411,
            "stop": 1135040786
        },
        {
            "start": 1135043972,
            "stop": 1135048320
        },
        {
            "start": 1135100795,
            "stop": 1135103160
        },
        {
            "start": 1135117371,
            "stop": 1135161704
        },
        {
            "start": 1135172727,
            "stop": 1135173083
        },
        {
            "start": 1135173442,
            "stop": 1135187459
        }
    ]
}