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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=158",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 159,
    "results": [
        {
            "start": 1176790595,
            "stop": 1176790624
        },
        {
            "start": 1176790626,
            "stop": 1176790794
        },
        {
            "start": 1176790796,
            "stop": 1176790807
        },
        {
            "start": 1176790810,
            "stop": 1176790811
        },
        {
            "start": 1176790812,
            "stop": 1176790848
        },
        {
            "start": 1176790849,
            "stop": 1176790903
        },
        {
            "start": 1176790904,
            "stop": 1176791135
        },
        {
            "start": 1176791136,
            "stop": 1176791171
        },
        {
            "start": 1176791172,
            "stop": 1176791508
        },
        {
            "start": 1176791509,
            "stop": 1176791550
        },
        {
            "start": 1176791552,
            "stop": 1176791556
        },
        {
            "start": 1176791557,
            "stop": 1176791558
        },
        {
            "start": 1176791559,
            "stop": 1176791724
        },
        {
            "start": 1176791725,
            "stop": 1176792044
        },
        {
            "start": 1176792045,
            "stop": 1176792046
        },
        {
            "start": 1176792047,
            "stop": 1176792049
        },
        {
            "start": 1176792050,
            "stop": 1176792061
        },
        {
            "start": 1176792063,
            "stop": 1176792240
        },
        {
            "start": 1176792242,
            "stop": 1176792243
        },
        {
            "start": 1176792244,
            "stop": 1176792370
        }
    ]
}