Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=143
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=142",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 143,
    "results": [
        {
            "start": 1264328967,
            "stop": 1264328972
        },
        {
            "start": 1264328974,
            "stop": 1264328979
        },
        {
            "start": 1264328981,
            "stop": 1264328986
        },
        {
            "start": 1264328987,
            "stop": 1264329004
        },
        {
            "start": 1264329005,
            "stop": 1264329006
        },
        {
            "start": 1264329007,
            "stop": 1264329016
        },
        {
            "start": 1264329017,
            "stop": 1264329021
        },
        {
            "start": 1264329023,
            "stop": 1264329025
        },
        {
            "start": 1264329026,
            "stop": 1264329037
        },
        {
            "start": 1264329038,
            "stop": 1264329085
        },
        {
            "start": 1264329087,
            "stop": 1264329091
        },
        {
            "start": 1264329095,
            "stop": 1264329096
        },
        {
            "start": 1264329097,
            "stop": 1264329100
        },
        {
            "start": 1264329105,
            "stop": 1264329109
        },
        {
            "start": 1264329111,
            "stop": 1264329112
        },
        {
            "start": 1264329118,
            "stop": 1264329210
        },
        {
            "start": 1264329211,
            "stop": 1264329212
        },
        {
            "start": 1264329214,
            "stop": 1264329218
        },
        {
            "start": 1264329219,
            "stop": 1264329694
        },
        {
            "start": 1264329707,
            "stop": 1264329711
        }
    ]
}