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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=183",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 184,
    "results": [
        {
            "start": 1176948059,
            "stop": 1176948061
        },
        {
            "start": 1176948062,
            "stop": 1176948079
        },
        {
            "start": 1176948087,
            "stop": 1176948103
        },
        {
            "start": 1176948104,
            "stop": 1176948113
        },
        {
            "start": 1176948116,
            "stop": 1176948119
        },
        {
            "start": 1176948123,
            "stop": 1176948155
        },
        {
            "start": 1176948157,
            "stop": 1176948158
        },
        {
            "start": 1176948159,
            "stop": 1176948290
        },
        {
            "start": 1176948291,
            "stop": 1176948308
        },
        {
            "start": 1176948316,
            "stop": 1176948320
        },
        {
            "start": 1176948322,
            "stop": 1176948323
        },
        {
            "start": 1176948325,
            "stop": 1176948332
        },
        {
            "start": 1176948337,
            "stop": 1176948338
        },
        {
            "start": 1176948340,
            "stop": 1176948347
        },
        {
            "start": 1176948350,
            "stop": 1176948352
        },
        {
            "start": 1176948358,
            "stop": 1176948404
        },
        {
            "start": 1176948405,
            "stop": 1176948406
        },
        {
            "start": 1176948407,
            "stop": 1176948408
        },
        {
            "start": 1176948411,
            "stop": 1176948421
        },
        {
            "start": 1176948423,
            "stop": 1176948424
        }
    ]
}