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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=134",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 135,
    "results": [
        {
            "start": 964790835,
            "stop": 964791639
        },
        {
            "start": 964792305,
            "stop": 964797304
        },
        {
            "start": 964801347,
            "stop": 964801455
        },
        {
            "start": 964801552,
            "stop": 964811150
        },
        {
            "start": 964813152,
            "stop": 964815560
        },
        {
            "start": 964818291,
            "stop": 964819469
        },
        {
            "start": 964819549,
            "stop": 964822207
        },
        {
            "start": 964822247,
            "stop": 964831988
        },
        {
            "start": 964832034,
            "stop": 964836134
        },
        {
            "start": 964836622,
            "stop": 964868324
        },
        {
            "start": 964871791,
            "stop": 964875378
        },
        {
            "start": 964896252,
            "stop": 964897233
        },
        {
            "start": 964899836,
            "stop": 964906744
        },
        {
            "start": 964908255,
            "stop": 964919851
        },
        {
            "start": 964920020,
            "stop": 964947786
        },
        {
            "start": 964948894,
            "stop": 964955084
        },
        {
            "start": 964955822,
            "stop": 964955873
        },
        {
            "start": 964956660,
            "stop": 964959033
        },
        {
            "start": 964990745,
            "stop": 964995051
        },
        {
            "start": 965007836,
            "stop": 965009013
        }
    ]
}