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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=120",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 121,
    "results": [
        {
            "start": 819961393,
            "stop": 819961444
        },
        {
            "start": 819961448,
            "stop": 819961546
        },
        {
            "start": 819961549,
            "stop": 819961758
        },
        {
            "start": 819961761,
            "stop": 819962040
        },
        {
            "start": 819962044,
            "stop": 819962220
        },
        {
            "start": 819962224,
            "stop": 819962279
        },
        {
            "start": 819962283,
            "stop": 819962374
        },
        {
            "start": 819962378,
            "stop": 819962399
        },
        {
            "start": 819962403,
            "stop": 819962500
        },
        {
            "start": 819962504,
            "stop": 819962831
        },
        {
            "start": 819962834,
            "stop": 819962986
        },
        {
            "start": 819962989,
            "stop": 819963201
        },
        {
            "start": 819963204,
            "stop": 819963532
        },
        {
            "start": 819963535,
            "stop": 819963713
        },
        {
            "start": 819963716,
            "stop": 819963874
        },
        {
            "start": 819963877,
            "stop": 819963881
        },
        {
            "start": 819963885,
            "stop": 819963907
        },
        {
            "start": 819963926,
            "stop": 819964009
        },
        {
            "start": 819964012,
            "stop": 819964129
        },
        {
            "start": 819964132,
            "stop": 819964304
        }
    ]
}