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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=402",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 403,
    "results": [
        {
            "start": 1184925163,
            "stop": 1184925423
        },
        {
            "start": 1184925438,
            "stop": 1184925764
        },
        {
            "start": 1184925771,
            "stop": 1184925791
        },
        {
            "start": 1184925802,
            "stop": 1184925836
        },
        {
            "start": 1184925848,
            "stop": 1184925851
        },
        {
            "start": 1184925855,
            "stop": 1184925879
        },
        {
            "start": 1184925892,
            "stop": 1184926034
        },
        {
            "start": 1184926048,
            "stop": 1184926089
        },
        {
            "start": 1184926105,
            "stop": 1184926111
        },
        {
            "start": 1184926120,
            "stop": 1184926417
        },
        {
            "start": 1184926446,
            "stop": 1184926542
        },
        {
            "start": 1184926549,
            "stop": 1184926570
        },
        {
            "start": 1184930843,
            "stop": 1184934918
        },
        {
            "start": 1184934924,
            "stop": 1184936341
        },
        {
            "start": 1184936346,
            "stop": 1184944876
        },
        {
            "start": 1184944882,
            "stop": 1184960208
        },
        {
            "start": 1184960211,
            "stop": 1184961260
        },
        {
            "start": 1184961262,
            "stop": 1184961265
        },
        {
            "start": 1184961276,
            "stop": 1184962226
        },
        {
            "start": 1184962228,
            "stop": 1184967088
        }
    ]
}