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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5273",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5271",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5272,
    "results": [
        {
            "start": 1136398273,
            "stop": 1136398276
        },
        {
            "start": 1136398279,
            "stop": 1136398280
        },
        {
            "start": 1136398282,
            "stop": 1136398380
        },
        {
            "start": 1136398382,
            "stop": 1136398473
        },
        {
            "start": 1136398475,
            "stop": 1136398521
        },
        {
            "start": 1136398523,
            "stop": 1136398582
        },
        {
            "start": 1136398584,
            "stop": 1136398590
        },
        {
            "start": 1136398592,
            "stop": 1136398594
        },
        {
            "start": 1136398596,
            "stop": 1136398705
        },
        {
            "start": 1136398707,
            "stop": 1136398713
        },
        {
            "start": 1136398715,
            "stop": 1136398732
        },
        {
            "start": 1136398734,
            "stop": 1136398779
        },
        {
            "start": 1136398781,
            "stop": 1136398874
        },
        {
            "start": 1136398876,
            "stop": 1136398902
        },
        {
            "start": 1136398904,
            "stop": 1136398912
        },
        {
            "start": 1136398914,
            "stop": 1136398920
        },
        {
            "start": 1136398924,
            "stop": 1136398925
        },
        {
            "start": 1136398927,
            "stop": 1136398945
        },
        {
            "start": 1136398947,
            "stop": 1136398955
        },
        {
            "start": 1136398957,
            "stop": 1136399031
        }
    ]
}