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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=66",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 67,
    "results": [
        {
            "start": 825414407,
            "stop": 825416653
        },
        {
            "start": 825416668,
            "stop": 825416670
        },
        {
            "start": 825416783,
            "stop": 825417433
        },
        {
            "start": 825417475,
            "stop": 825417476
        },
        {
            "start": 825417976,
            "stop": 825418453
        },
        {
            "start": 825418473,
            "stop": 825418475
        },
        {
            "start": 825423060,
            "stop": 825423553
        },
        {
            "start": 825424470,
            "stop": 825424873
        },
        {
            "start": 825424913,
            "stop": 825424915
        },
        {
            "start": 825425130,
            "stop": 825425773
        },
        {
            "start": 825426510,
            "stop": 825427258
        },
        {
            "start": 825427834,
            "stop": 825428351
        },
        {
            "start": 825433583,
            "stop": 825433753
        },
        {
            "start": 825434623,
            "stop": 825434893
        },
        {
            "start": 825435648,
            "stop": 825435734
        },
        {
            "start": 825435847,
            "stop": 825435897
        },
        {
            "start": 825436406,
            "stop": 825438791
        },
        {
            "start": 825442717,
            "stop": 825443643
        },
        {
            "start": 825459427,
            "stop": 825462082
        },
        {
            "start": 825468694,
            "stop": 825469310
        }
    ]
}