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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=11",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 12,
    "results": [
        {
            "start": 1168826838,
            "stop": 1168833703
        },
        {
            "start": 1168847832,
            "stop": 1168889251
        },
        {
            "start": 1168889253,
            "stop": 1168895244
        },
        {
            "start": 1168895246,
            "stop": 1168902680
        },
        {
            "start": 1168919503,
            "stop": 1168950618
        },
        {
            "start": 1168952420,
            "stop": 1168971190
        },
        {
            "start": 1168971192,
            "stop": 1168972317
        },
        {
            "start": 1168977184,
            "stop": 1168978382
        },
        {
            "start": 1168981269,
            "stop": 1168988001
        },
        {
            "start": 1168988003,
            "stop": 1168988056
        },
        {
            "start": 1168988058,
            "stop": 1168988095
        },
        {
            "start": 1168988097,
            "stop": 1168988259
        },
        {
            "start": 1168988261,
            "stop": 1169010110
        },
        {
            "start": 1169015472,
            "stop": 1169058225
        },
        {
            "start": 1169069015,
            "stop": 1169071304
        },
        {
            "start": 1169071306,
            "stop": 1169075954
        },
        {
            "start": 1169086769,
            "stop": 1169095413
        },
        {
            "start": 1169120580,
            "stop": 1169130566
        },
        {
            "start": 1169138617,
            "stop": 1169146303
        },
        {
            "start": 1169146305,
            "stop": 1169146372
        }
    ]
}