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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=323",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 324,
    "results": [
        {
            "start": 1249228719,
            "stop": 1249228784
        },
        {
            "start": 1249229904,
            "stop": 1249230332
        },
        {
            "start": 1249232979,
            "stop": 1249243171
        },
        {
            "start": 1249248623,
            "stop": 1249248660
        },
        {
            "start": 1249254413,
            "stop": 1249254856
        },
        {
            "start": 1249254857,
            "stop": 1249259198
        },
        {
            "start": 1249263012,
            "stop": 1249290528
        },
        {
            "start": 1249290548,
            "stop": 1249295529
        },
        {
            "start": 1249297895,
            "stop": 1249301875
        },
        {
            "start": 1249305309,
            "stop": 1249333201
        },
        {
            "start": 1249335937,
            "stop": 1249342490
        },
        {
            "start": 1249345678,
            "stop": 1249377970
        },
        {
            "start": 1249378084,
            "stop": 1249399130
        },
        {
            "start": 1249399132,
            "stop": 1249399134
        },
        {
            "start": 1249399135,
            "stop": 1249413633
        },
        {
            "start": 1249414449,
            "stop": 1249415568
        },
        {
            "start": 1249416030,
            "stop": 1249423774
        },
        {
            "start": 1249428697,
            "stop": 1249451207
        },
        {
            "start": 1249455185,
            "stop": 1249492693
        },
        {
            "start": 1249492694,
            "stop": 1249497087
        }
    ]
}