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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=43",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 44,
    "results": [
        {
            "start": 817249006,
            "stop": 817249045
        },
        {
            "start": 817249048,
            "stop": 817249305
        },
        {
            "start": 817249308,
            "stop": 817249457
        },
        {
            "start": 817249460,
            "stop": 817249672
        },
        {
            "start": 817249675,
            "stop": 817249677
        },
        {
            "start": 817249680,
            "stop": 817249728
        },
        {
            "start": 817249732,
            "stop": 817249786
        },
        {
            "start": 817249790,
            "stop": 817249846
        },
        {
            "start": 817249849,
            "stop": 817249910
        },
        {
            "start": 817249914,
            "stop": 817250461
        },
        {
            "start": 817250464,
            "stop": 817250540
        },
        {
            "start": 817250543,
            "stop": 817251235
        },
        {
            "start": 817251238,
            "stop": 817251337
        },
        {
            "start": 817251358,
            "stop": 817251359
        },
        {
            "start": 817251381,
            "stop": 817251402
        },
        {
            "start": 817251423,
            "stop": 817251604
        },
        {
            "start": 817251607,
            "stop": 817251873
        },
        {
            "start": 817251876,
            "stop": 817251964
        },
        {
            "start": 817251967,
            "stop": 817251975
        },
        {
            "start": 817251978,
            "stop": 817252203
        }
    ]
}