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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=102",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 103,
    "results": [
        {
            "start": 1175810764,
            "stop": 1175810984
        },
        {
            "start": 1175810986,
            "stop": 1175811274
        },
        {
            "start": 1175811275,
            "stop": 1175811279
        },
        {
            "start": 1175811281,
            "stop": 1175811360
        },
        {
            "start": 1175811361,
            "stop": 1175811365
        },
        {
            "start": 1175811366,
            "stop": 1175811422
        },
        {
            "start": 1175811426,
            "stop": 1175811523
        },
        {
            "start": 1175811524,
            "stop": 1175811691
        },
        {
            "start": 1175811695,
            "stop": 1175811790
        },
        {
            "start": 1175811792,
            "stop": 1175811820
        },
        {
            "start": 1175811821,
            "stop": 1175811861
        },
        {
            "start": 1175811862,
            "stop": 1175811941
        },
        {
            "start": 1175811942,
            "stop": 1175812097
        },
        {
            "start": 1175812099,
            "stop": 1175812233
        },
        {
            "start": 1175812235,
            "stop": 1175812286
        },
        {
            "start": 1175812288,
            "stop": 1175812418
        },
        {
            "start": 1175812419,
            "stop": 1175812423
        },
        {
            "start": 1175812424,
            "stop": 1175812480
        },
        {
            "start": 1175812481,
            "stop": 1175813632
        },
        {
            "start": 1175813633,
            "stop": 1175814039
        }
    ]
}