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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=29",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 30,
    "results": [
        {
            "start": 1178066632,
            "stop": 1178088581
        },
        {
            "start": 1178090001,
            "stop": 1178090169
        },
        {
            "start": 1178106585,
            "stop": 1178140496
        },
        {
            "start": 1178145824,
            "stop": 1178193840
        },
        {
            "start": 1178196472,
            "stop": 1178209031
        },
        {
            "start": 1178209135,
            "stop": 1178254015
        },
        {
            "start": 1178270017,
            "stop": 1178290838
        },
        {
            "start": 1180982427,
            "stop": 1180995429
        },
        {
            "start": 1180998098,
            "stop": 1181023839
        },
        {
            "start": 1181024298,
            "stop": 1181057421
        },
        {
            "start": 1181078382,
            "stop": 1181085201
        },
        {
            "start": 1181089750,
            "stop": 1181167162
        },
        {
            "start": 1181167251,
            "stop": 1181167722
        },
        {
            "start": 1181167896,
            "stop": 1181172225
        },
        {
            "start": 1181172697,
            "stop": 1181308544
        },
        {
            "start": 1181317321,
            "stop": 1181324034
        },
        {
            "start": 1181325038,
            "stop": 1181368988
        },
        {
            "start": 1181368991,
            "stop": 1181369178
        },
        {
            "start": 1181369182,
            "stop": 1181369240
        },
        {
            "start": 1181369243,
            "stop": 1181369292
        }
    ]
}