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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=362",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 363,
    "results": [
        {
            "start": 1182711925,
            "stop": 1182711934
        },
        {
            "start": 1182711938,
            "stop": 1182711946
        },
        {
            "start": 1182711952,
            "stop": 1182711958
        },
        {
            "start": 1182713700,
            "stop": 1182715242
        },
        {
            "start": 1182717709,
            "stop": 1182721242
        },
        {
            "start": 1182721244,
            "stop": 1182722135
        },
        {
            "start": 1182722136,
            "stop": 1182725017
        },
        {
            "start": 1182725018,
            "stop": 1182725379
        },
        {
            "start": 1182725380,
            "stop": 1182725449
        },
        {
            "start": 1182725450,
            "stop": 1182725475
        },
        {
            "start": 1182725476,
            "stop": 1182726202
        },
        {
            "start": 1182726203,
            "stop": 1182726561
        },
        {
            "start": 1182726727,
            "stop": 1182727222
        },
        {
            "start": 1182727223,
            "stop": 1182727426
        },
        {
            "start": 1182727427,
            "stop": 1182727538
        },
        {
            "start": 1182727985,
            "stop": 1182728517
        },
        {
            "start": 1182728518,
            "stop": 1182731079
        },
        {
            "start": 1182731080,
            "stop": 1182731389
        },
        {
            "start": 1182731390,
            "stop": 1182731472
        },
        {
            "start": 1182731473,
            "stop": 1182731506
        }
    ]
}