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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=214",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 215,
    "results": [
        {
            "start": 1177084834,
            "stop": 1177084852
        },
        {
            "start": 1177084855,
            "stop": 1177084856
        },
        {
            "start": 1177084858,
            "stop": 1177085233
        },
        {
            "start": 1177085235,
            "stop": 1177085382
        },
        {
            "start": 1177085383,
            "stop": 1177085411
        },
        {
            "start": 1177085413,
            "stop": 1177086724
        },
        {
            "start": 1177086727,
            "stop": 1177086792
        },
        {
            "start": 1177086794,
            "stop": 1177086829
        },
        {
            "start": 1177086830,
            "stop": 1177087219
        },
        {
            "start": 1177087220,
            "stop": 1177087222
        },
        {
            "start": 1177087223,
            "stop": 1177087253
        },
        {
            "start": 1177087254,
            "stop": 1177087383
        },
        {
            "start": 1177087386,
            "stop": 1177087438
        },
        {
            "start": 1177087439,
            "stop": 1177087667
        },
        {
            "start": 1177087669,
            "stop": 1177087673
        },
        {
            "start": 1177087674,
            "stop": 1177087675
        },
        {
            "start": 1177087677,
            "stop": 1177087688
        },
        {
            "start": 1177087690,
            "stop": 1177087743
        },
        {
            "start": 1177087744,
            "stop": 1177087746
        },
        {
            "start": 1177087751,
            "stop": 1177087752
        }
    ]
}