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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=60",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 61,
    "results": [
        {
            "start": 932072959,
            "stop": 932072961
        },
        {
            "start": 932072962,
            "stop": 932072972
        },
        {
            "start": 932072973,
            "stop": 932072977
        },
        {
            "start": 932072979,
            "stop": 932072981
        },
        {
            "start": 932072988,
            "stop": 932072992
        },
        {
            "start": 932072994,
            "stop": 932072998
        },
        {
            "start": 932073004,
            "stop": 932073011
        },
        {
            "start": 932073012,
            "stop": 932073017
        },
        {
            "start": 932073018,
            "stop": 932073021
        },
        {
            "start": 932073022,
            "stop": 932073027
        },
        {
            "start": 932073028,
            "stop": 932073031
        },
        {
            "start": 932073034,
            "stop": 932073036
        },
        {
            "start": 932073038,
            "stop": 932073042
        },
        {
            "start": 932073043,
            "stop": 932073048
        },
        {
            "start": 932073055,
            "stop": 932073069
        },
        {
            "start": 932073077,
            "stop": 932073088
        },
        {
            "start": 932073089,
            "stop": 932073093
        },
        {
            "start": 932073096,
            "stop": 932073099
        },
        {
            "start": 932073101,
            "stop": 932073103
        },
        {
            "start": 932073104,
            "stop": 932073109
        }
    ]
}