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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=68",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 69,
    "results": [
        {
            "start": 822638242,
            "stop": 822638483
        },
        {
            "start": 822638783,
            "stop": 822638953
        },
        {
            "start": 822639253,
            "stop": 822639864
        },
        {
            "start": 822639903,
            "stop": 822640585
        },
        {
            "start": 822640749,
            "stop": 822641690
        },
        {
            "start": 822641757,
            "stop": 822650970
        },
        {
            "start": 822651030,
            "stop": 822651045
        },
        {
            "start": 822651394,
            "stop": 822651468
        },
        {
            "start": 822651562,
            "stop": 822654021
        },
        {
            "start": 822654321,
            "stop": 822664729
        },
        {
            "start": 822665221,
            "stop": 822665850
        },
        {
            "start": 822665992,
            "stop": 822666011
        },
        {
            "start": 822666090,
            "stop": 822666106
        },
        {
            "start": 822666136,
            "stop": 822666150
        },
        {
            "start": 822666212,
            "stop": 822666270
        },
        {
            "start": 822666450,
            "stop": 822666472
        },
        {
            "start": 822666511,
            "stop": 822666642
        },
        {
            "start": 822666680,
            "stop": 822666710
        },
        {
            "start": 822667010,
            "stop": 822667098
        },
        {
            "start": 822667398,
            "stop": 822667499
        }
    ]
}