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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2390",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2391,
    "results": [
        {
            "start": 875196343,
            "stop": 875202423
        },
        {
            "start": 875202442,
            "stop": 875203278
        },
        {
            "start": 875203323,
            "stop": 875203710
        },
        {
            "start": 875203745,
            "stop": 875205900
        },
        {
            "start": 875205960,
            "stop": 875210449
        },
        {
            "start": 875210468,
            "stop": 875220115
        },
        {
            "start": 875220134,
            "stop": 875220744
        },
        {
            "start": 875220763,
            "stop": 875222100
        },
        {
            "start": 875222160,
            "stop": 875223023
        },
        {
            "start": 875223042,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875232014
        }
    ]
}