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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=176",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 177,
    "results": [
        {
            "start": 1131187883,
            "stop": 1131187884
        },
        {
            "start": 1131187885,
            "stop": 1131187940
        },
        {
            "start": 1131187941,
            "stop": 1131187966
        },
        {
            "start": 1131187967,
            "stop": 1131187996
        },
        {
            "start": 1131187997,
            "stop": 1131188029
        },
        {
            "start": 1131188030,
            "stop": 1131188032
        },
        {
            "start": 1131188033,
            "stop": 1131188036
        },
        {
            "start": 1131188037,
            "stop": 1131188044
        },
        {
            "start": 1131188046,
            "stop": 1131188079
        },
        {
            "start": 1131188080,
            "stop": 1131188099
        },
        {
            "start": 1131188100,
            "stop": 1131188180
        },
        {
            "start": 1131188181,
            "stop": 1131188203
        },
        {
            "start": 1131188204,
            "stop": 1131188228
        },
        {
            "start": 1131188230,
            "stop": 1131188262
        },
        {
            "start": 1131188263,
            "stop": 1131188286
        },
        {
            "start": 1131188287,
            "stop": 1131188288
        },
        {
            "start": 1131188289,
            "stop": 1131188293
        },
        {
            "start": 1131188294,
            "stop": 1131188342
        },
        {
            "start": 1131188343,
            "stop": 1131188349
        },
        {
            "start": 1131188350,
            "stop": 1131188364
        }
    ]
}