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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=174",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 175,
    "results": [
        {
            "start": 1131186978,
            "stop": 1131186985
        },
        {
            "start": 1131186986,
            "stop": 1131186996
        },
        {
            "start": 1131186997,
            "stop": 1131186998
        },
        {
            "start": 1131186999,
            "stop": 1131187020
        },
        {
            "start": 1131187021,
            "stop": 1131187023
        },
        {
            "start": 1131187025,
            "stop": 1131187142
        },
        {
            "start": 1131187143,
            "stop": 1131187147
        },
        {
            "start": 1131187148,
            "stop": 1131187183
        },
        {
            "start": 1131187184,
            "stop": 1131187210
        },
        {
            "start": 1131187211,
            "stop": 1131187218
        },
        {
            "start": 1131187219,
            "stop": 1131187220
        },
        {
            "start": 1131187221,
            "stop": 1131187223
        },
        {
            "start": 1131187224,
            "stop": 1131187275
        },
        {
            "start": 1131187276,
            "stop": 1131187302
        },
        {
            "start": 1131187304,
            "stop": 1131187323
        },
        {
            "start": 1131187324,
            "stop": 1131187337
        },
        {
            "start": 1131187338,
            "stop": 1131187439
        },
        {
            "start": 1131187440,
            "stop": 1131187442
        },
        {
            "start": 1131187443,
            "stop": 1131187453
        },
        {
            "start": 1131187454,
            "stop": 1131187524
        }
    ]
}