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=364
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=365",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=363",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 364,
    "results": [
        {
            "start": 1182731507,
            "stop": 1182732311
        },
        {
            "start": 1182732312,
            "stop": 1182732509
        },
        {
            "start": 1182732510,
            "stop": 1182732636
        },
        {
            "start": 1182732637,
            "stop": 1182732647
        },
        {
            "start": 1182732648,
            "stop": 1182732649
        },
        {
            "start": 1182732650,
            "stop": 1182733141
        },
        {
            "start": 1182733143,
            "stop": 1182733206
        },
        {
            "start": 1182733207,
            "stop": 1182733542
        },
        {
            "start": 1182733543,
            "stop": 1182733562
        },
        {
            "start": 1182733563,
            "stop": 1182733642
        },
        {
            "start": 1182733644,
            "stop": 1182733784
        },
        {
            "start": 1182733787,
            "stop": 1182733802
        },
        {
            "start": 1182733803,
            "stop": 1182733849
        },
        {
            "start": 1182733850,
            "stop": 1182733977
        },
        {
            "start": 1182733978,
            "stop": 1182734382
        },
        {
            "start": 1182734384,
            "stop": 1182734391
        },
        {
            "start": 1182734392,
            "stop": 1182734740
        },
        {
            "start": 1182734742,
            "stop": 1182734774
        },
        {
            "start": 1182734775,
            "stop": 1182734824
        },
        {
            "start": 1182734825,
            "stop": 1182734842
        }
    ]
}