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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=172",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 173,
    "results": [
        {
            "start": 1131185964,
            "stop": 1131185969
        },
        {
            "start": 1131185970,
            "stop": 1131186101
        },
        {
            "start": 1131186102,
            "stop": 1131186112
        },
        {
            "start": 1131186113,
            "stop": 1131186134
        },
        {
            "start": 1131186135,
            "stop": 1131186147
        },
        {
            "start": 1131186148,
            "stop": 1131186167
        },
        {
            "start": 1131186168,
            "stop": 1131186198
        },
        {
            "start": 1131186199,
            "stop": 1131186205
        },
        {
            "start": 1131186206,
            "stop": 1131186228
        },
        {
            "start": 1131186229,
            "stop": 1131186242
        },
        {
            "start": 1131186243,
            "stop": 1131186244
        },
        {
            "start": 1131186246,
            "stop": 1131186249
        },
        {
            "start": 1131186250,
            "stop": 1131186258
        },
        {
            "start": 1131186259,
            "stop": 1131186300
        },
        {
            "start": 1131186302,
            "stop": 1131186371
        },
        {
            "start": 1131186372,
            "stop": 1131186382
        },
        {
            "start": 1131186383,
            "stop": 1131186393
        },
        {
            "start": 1131186394,
            "stop": 1131186400
        },
        {
            "start": 1131186401,
            "stop": 1131186440
        },
        {
            "start": 1131186441,
            "stop": 1131186458
        }
    ]
}