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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=161",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 162,
    "results": [
        {
            "start": 1176797459,
            "stop": 1176797460
        },
        {
            "start": 1176797461,
            "stop": 1176797537
        },
        {
            "start": 1176797539,
            "stop": 1176797679
        },
        {
            "start": 1176797682,
            "stop": 1176798069
        },
        {
            "start": 1176798071,
            "stop": 1176798073
        },
        {
            "start": 1176798075,
            "stop": 1176798169
        },
        {
            "start": 1176798173,
            "stop": 1176798449
        },
        {
            "start": 1176798452,
            "stop": 1176798463
        },
        {
            "start": 1176798465,
            "stop": 1176798469
        },
        {
            "start": 1176798471,
            "stop": 1176798472
        },
        {
            "start": 1176798473,
            "stop": 1176798479
        },
        {
            "start": 1176798481,
            "stop": 1176798493
        },
        {
            "start": 1176798495,
            "stop": 1176798551
        },
        {
            "start": 1176798553,
            "stop": 1176798559
        },
        {
            "start": 1176798562,
            "stop": 1176798568
        },
        {
            "start": 1176798569,
            "stop": 1176798928
        },
        {
            "start": 1176798929,
            "stop": 1176798974
        },
        {
            "start": 1176798975,
            "stop": 1176799081
        },
        {
            "start": 1176799082,
            "stop": 1176799331
        },
        {
            "start": 1176799333,
            "stop": 1176800922
        }
    ]
}