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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=123",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 124,
    "results": [
        {
            "start": 1176406421,
            "stop": 1176407729
        },
        {
            "start": 1176407730,
            "stop": 1176407832
        },
        {
            "start": 1176407834,
            "stop": 1176407837
        },
        {
            "start": 1176407838,
            "stop": 1176408116
        },
        {
            "start": 1176408117,
            "stop": 1176412331
        },
        {
            "start": 1176412333,
            "stop": 1176424228
        },
        {
            "start": 1176424878,
            "stop": 1176430603
        },
        {
            "start": 1176430605,
            "stop": 1176430606
        },
        {
            "start": 1176430609,
            "stop": 1176441012
        },
        {
            "start": 1176441014,
            "stop": 1176441097
        },
        {
            "start": 1176441101,
            "stop": 1176441773
        },
        {
            "start": 1176441774,
            "stop": 1176444579
        },
        {
            "start": 1176444580,
            "stop": 1176444753
        },
        {
            "start": 1176444755,
            "stop": 1176445609
        },
        {
            "start": 1176445610,
            "stop": 1176446310
        },
        {
            "start": 1176446311,
            "stop": 1176446338
        },
        {
            "start": 1176446339,
            "stop": 1176446393
        },
        {
            "start": 1176446396,
            "stop": 1176446405
        },
        {
            "start": 1176446407,
            "stop": 1176446409
        },
        {
            "start": 1176446412,
            "stop": 1176446442
        }
    ]
}