Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=271",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 272,
    "results": [
        {
            "start": 1178290079,
            "stop": 1178290270
        },
        {
            "start": 1178290271,
            "stop": 1178290447
        },
        {
            "start": 1178290453,
            "stop": 1178290838
        },
        {
            "start": 1180982427,
            "stop": 1180982718
        },
        {
            "start": 1180982719,
            "stop": 1180985210
        },
        {
            "start": 1180985211,
            "stop": 1180985564
        },
        {
            "start": 1180985565,
            "stop": 1180988434
        },
        {
            "start": 1180988436,
            "stop": 1180988586
        },
        {
            "start": 1180988587,
            "stop": 1180988708
        },
        {
            "start": 1180988709,
            "stop": 1180990543
        },
        {
            "start": 1180990545,
            "stop": 1180991575
        },
        {
            "start": 1180991577,
            "stop": 1180991585
        },
        {
            "start": 1180991587,
            "stop": 1180991617
        },
        {
            "start": 1180991618,
            "stop": 1180995429
        },
        {
            "start": 1180998098,
            "stop": 1180998816
        },
        {
            "start": 1180998818,
            "stop": 1180998882
        },
        {
            "start": 1180998883,
            "stop": 1180998890
        },
        {
            "start": 1180998891,
            "stop": 1180999132
        },
        {
            "start": 1180999134,
            "stop": 1180999216
        },
        {
            "start": 1180999218,
            "stop": 1180999223
        }
    ]
}