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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1401",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1399",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1400,
    "results": [
        {
            "start": 970760237,
            "stop": 970763196
        },
        {
            "start": 970763784,
            "stop": 970777678
        },
        {
            "start": 970780178,
            "stop": 970784460
        },
        {
            "start": 970784461,
            "stop": 970787993
        },
        {
            "start": 970789463,
            "stop": 970804452
        },
        {
            "start": 970808494,
            "stop": 970827423
        },
        {
            "start": 970843369,
            "stop": 970848686
        },
        {
            "start": 970883944,
            "stop": 970886821
        },
        {
            "start": 970887879,
            "stop": 970887911
        },
        {
            "start": 970887912,
            "stop": 970889252
        },
        {
            "start": 970889253,
            "stop": 970894124
        },
        {
            "start": 970894125,
            "stop": 970895365
        },
        {
            "start": 970895367,
            "stop": 970895970
        },
        {
            "start": 970895971,
            "stop": 970896424
        },
        {
            "start": 970896426,
            "stop": 970900988
        },
        {
            "start": 970902319,
            "stop": 970923181
        },
        {
            "start": 970952365,
            "stop": 970955264
        },
        {
            "start": 970955265,
            "stop": 970959679
        },
        {
            "start": 970959680,
            "stop": 970959846
        },
        {
            "start": 970959848,
            "stop": 970959955
        }
    ]
}