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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3773",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3774,
    "results": [
        {
            "start": 874271160,
            "stop": 874271891
        },
        {
            "start": 874271908,
            "stop": 874271922
        },
        {
            "start": 874271939,
            "stop": 874271940
        },
        {
            "start": 874271961,
            "stop": 874272240
        },
        {
            "start": 874272300,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874275048
        },
        {
            "start": 874275088,
            "stop": 874275142
        },
        {
            "start": 874276785,
            "stop": 874276846
        },
        {
            "start": 874276863,
            "stop": 874277205
        },
        {
            "start": 874277280,
            "stop": 874277504
        },
        {
            "start": 874277685,
            "stop": 874277782
        },
        {
            "start": 874277809,
            "stop": 874278278
        },
        {
            "start": 874278295,
            "stop": 874279110
        },
        {
            "start": 874279127,
            "stop": 874279200
        },
        {
            "start": 874279320,
            "stop": 874279740
        },
        {
            "start": 874279800,
            "stop": 874281152
        },
        {
            "start": 874281192,
            "stop": 874281360
        },
        {
            "start": 874281420,
            "stop": 874281505
        },
        {
            "start": 874281720,
            "stop": 874282523
        },
        {
            "start": 874282540,
            "stop": 874282660
        }
    ]
}