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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=32",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 33,
    "results": [
        {
            "start": 1134904443,
            "stop": 1134910164
        },
        {
            "start": 1134910838,
            "stop": 1134928384
        },
        {
            "start": 1134964890,
            "stop": 1134968666
        },
        {
            "start": 1134976047,
            "stop": 1135002116
        },
        {
            "start": 1135023264,
            "stop": 1135024277
        },
        {
            "start": 1135032411,
            "stop": 1135040786
        },
        {
            "start": 1135043972,
            "stop": 1135044939
        },
        {
            "start": 1135044941,
            "stop": 1135048319
        },
        {
            "start": 1135100795,
            "stop": 1135103044
        },
        {
            "start": 1135103046,
            "stop": 1135103159
        },
        {
            "start": 1135117371,
            "stop": 1135145506
        },
        {
            "start": 1135145508,
            "stop": 1135148969
        },
        {
            "start": 1135148971,
            "stop": 1135150263
        },
        {
            "start": 1135150265,
            "stop": 1135161703
        },
        {
            "start": 1135172727,
            "stop": 1135173083
        },
        {
            "start": 1135173442,
            "stop": 1135177207
        },
        {
            "start": 1135177209,
            "stop": 1135187458
        },
        {
            "start": 1135192760,
            "stop": 1135193716
        },
        {
            "start": 1135193965,
            "stop": 1135195358
        },
        {
            "start": 1135198866,
            "stop": 1135200145
        }
    ]
}