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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=151",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 152,
    "results": [
        {
            "start": 1176733068,
            "stop": 1176733073
        },
        {
            "start": 1176733075,
            "stop": 1176733106
        },
        {
            "start": 1176733108,
            "stop": 1176733110
        },
        {
            "start": 1176733127,
            "stop": 1176733141
        },
        {
            "start": 1176733143,
            "stop": 1176733245
        },
        {
            "start": 1176733246,
            "stop": 1176733312
        },
        {
            "start": 1176733317,
            "stop": 1176733319
        },
        {
            "start": 1176733320,
            "stop": 1176733328
        },
        {
            "start": 1176733332,
            "stop": 1176733340
        },
        {
            "start": 1176733342,
            "stop": 1176733370
        },
        {
            "start": 1176733373,
            "stop": 1176733374
        },
        {
            "start": 1176733377,
            "stop": 1176733495
        },
        {
            "start": 1176733496,
            "stop": 1176733498
        },
        {
            "start": 1176733499,
            "stop": 1176733670
        },
        {
            "start": 1176733672,
            "stop": 1176733836
        },
        {
            "start": 1176733842,
            "stop": 1176733954
        },
        {
            "start": 1176733955,
            "stop": 1176734057
        },
        {
            "start": 1176734058,
            "stop": 1176734095
        },
        {
            "start": 1176734097,
            "stop": 1176734109
        },
        {
            "start": 1176734110,
            "stop": 1176734504
        }
    ]
}