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_BURST_CAT2/segments?format=api&page=267
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=266",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 267,
    "results": [
        {
            "start": 1177137844,
            "stop": 1177137846
        },
        {
            "start": 1177137850,
            "stop": 1177138021
        },
        {
            "start": 1177138022,
            "stop": 1177138178
        },
        {
            "start": 1177138180,
            "stop": 1177138576
        },
        {
            "start": 1177138579,
            "stop": 1177141122
        },
        {
            "start": 1177141125,
            "stop": 1177141141
        },
        {
            "start": 1177141142,
            "stop": 1177141160
        },
        {
            "start": 1177141163,
            "stop": 1177141246
        },
        {
            "start": 1177141249,
            "stop": 1177141338
        },
        {
            "start": 1177141340,
            "stop": 1177141891
        },
        {
            "start": 1177141894,
            "stop": 1177142176
        },
        {
            "start": 1177142177,
            "stop": 1177142178
        },
        {
            "start": 1177142180,
            "stop": 1177142347
        },
        {
            "start": 1177142348,
            "stop": 1177142361
        },
        {
            "start": 1177142362,
            "stop": 1177142384
        },
        {
            "start": 1177142385,
            "stop": 1177142386
        },
        {
            "start": 1177142387,
            "stop": 1177142844
        },
        {
            "start": 1177142845,
            "stop": 1177144969
        },
        {
            "start": 1177144971,
            "stop": 1177144972
        },
        {
            "start": 1177144973,
            "stop": 1177145803
        }
    ]
}