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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=227",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 228,
    "results": [
        {
            "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
        },
        {
            "start": 1177145804,
            "stop": 1177146162
        },
        {
            "start": 1177146164,
            "stop": 1177146513
        },
        {
            "start": 1177146514,
            "stop": 1177146531
        },
        {
            "start": 1177146532,
            "stop": 1177146735
        },
        {
            "start": 1177146737,
            "stop": 1177146752
        },
        {
            "start": 1177146753,
            "stop": 1177146757
        },
        {
            "start": 1177146758,
            "stop": 1177146759
        },
        {
            "start": 1177146765,
            "stop": 1177146810
        },
        {
            "start": 1177146811,
            "stop": 1177146818
        },
        {
            "start": 1177146819,
            "stop": 1177146830
        },
        {
            "start": 1177146833,
            "stop": 1177146895
        },
        {
            "start": 1177146896,
            "stop": 1177146897
        }
    ]
}