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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=274",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 275,
    "results": [
        {
            "start": 1181014629,
            "stop": 1181014725
        },
        {
            "start": 1181014730,
            "stop": 1181014736
        },
        {
            "start": 1181014737,
            "stop": 1181014786
        },
        {
            "start": 1181014787,
            "stop": 1181014796
        },
        {
            "start": 1181014798,
            "stop": 1181014859
        },
        {
            "start": 1181014860,
            "stop": 1181014962
        },
        {
            "start": 1181014967,
            "stop": 1181014974
        },
        {
            "start": 1181014980,
            "stop": 1181014984
        },
        {
            "start": 1181014986,
            "stop": 1181014987
        },
        {
            "start": 1181014989,
            "stop": 1181014996
        },
        {
            "start": 1181014999,
            "stop": 1181015204
        },
        {
            "start": 1181015205,
            "stop": 1181015233
        },
        {
            "start": 1181015235,
            "stop": 1181015249
        },
        {
            "start": 1181015250,
            "stop": 1181015917
        },
        {
            "start": 1181015920,
            "stop": 1181016025
        },
        {
            "start": 1181016028,
            "stop": 1181016031
        },
        {
            "start": 1181016033,
            "stop": 1181016080
        },
        {
            "start": 1181016083,
            "stop": 1181016164
        },
        {
            "start": 1181016166,
            "stop": 1181016215
        },
        {
            "start": 1181016218,
            "stop": 1181016285
        }
    ]
}