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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=147",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 148,
    "results": [
        {
            "start": 1131169806,
            "stop": 1131169811
        },
        {
            "start": 1131169812,
            "stop": 1131169819
        },
        {
            "start": 1131169821,
            "stop": 1131169826
        },
        {
            "start": 1131169827,
            "stop": 1131169858
        },
        {
            "start": 1131169859,
            "stop": 1131169896
        },
        {
            "start": 1131169897,
            "stop": 1131169912
        },
        {
            "start": 1131169913,
            "stop": 1131169916
        },
        {
            "start": 1131169917,
            "stop": 1131169984
        },
        {
            "start": 1131169985,
            "stop": 1131170080
        },
        {
            "start": 1131170081,
            "stop": 1131170118
        },
        {
            "start": 1131170119,
            "stop": 1131170124
        },
        {
            "start": 1131170126,
            "stop": 1131170132
        },
        {
            "start": 1131170133,
            "stop": 1131170154
        },
        {
            "start": 1131170155,
            "stop": 1131170178
        },
        {
            "start": 1131170179,
            "stop": 1131170224
        },
        {
            "start": 1131170225,
            "stop": 1131170244
        },
        {
            "start": 1131170245,
            "stop": 1131170249
        },
        {
            "start": 1131170250,
            "stop": 1131170290
        },
        {
            "start": 1131170291,
            "stop": 1131170325
        },
        {
            "start": 1131170326,
            "stop": 1131170340
        }
    ]
}