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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7616",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7614",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7615,
    "results": [
        {
            "start": 970762810,
            "stop": 970763001
        },
        {
            "start": 970763004,
            "stop": 970763156
        },
        {
            "start": 970763159,
            "stop": 970764260
        },
        {
            "start": 970764263,
            "stop": 970764271
        },
        {
            "start": 970764274,
            "stop": 970764886
        },
        {
            "start": 970764889,
            "stop": 970765918
        },
        {
            "start": 970765921,
            "stop": 970766696
        },
        {
            "start": 970766700,
            "stop": 970766735
        },
        {
            "start": 970766738,
            "stop": 970766763
        },
        {
            "start": 970766767,
            "stop": 970766788
        },
        {
            "start": 970766792,
            "stop": 970767521
        },
        {
            "start": 970767524,
            "stop": 970767638
        },
        {
            "start": 970767641,
            "stop": 970767998
        },
        {
            "start": 970768001,
            "stop": 970768094
        },
        {
            "start": 970768097,
            "stop": 970768383
        },
        {
            "start": 970768386,
            "stop": 970768396
        },
        {
            "start": 970768400,
            "stop": 970768508
        },
        {
            "start": 970768511,
            "stop": 970769337
        },
        {
            "start": 970769358,
            "stop": 970769678
        },
        {
            "start": 970769681,
            "stop": 970769961
        }
    ]
}