Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=72
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=71",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 72,
    "results": [
        {
            "start": 1175262488,
            "stop": 1175262489
        },
        {
            "start": 1175262490,
            "stop": 1175262581
        },
        {
            "start": 1175262582,
            "stop": 1175262583
        },
        {
            "start": 1175262587,
            "stop": 1175262685
        },
        {
            "start": 1175262688,
            "stop": 1175262782
        },
        {
            "start": 1175262786,
            "stop": 1175262809
        },
        {
            "start": 1175262811,
            "stop": 1175262815
        },
        {
            "start": 1175262820,
            "stop": 1175262830
        },
        {
            "start": 1175262831,
            "stop": 1175262838
        },
        {
            "start": 1175262839,
            "stop": 1175262842
        },
        {
            "start": 1175262843,
            "stop": 1175262903
        },
        {
            "start": 1175262915,
            "stop": 1175263480
        },
        {
            "start": 1175263490,
            "stop": 1175263500
        },
        {
            "start": 1175263540,
            "stop": 1175263560
        },
        {
            "start": 1175263620,
            "stop": 1175263850
        },
        {
            "start": 1175263910,
            "stop": 1175264000
        },
        {
            "start": 1175264050,
            "stop": 1175266300
        },
        {
            "start": 1175266302,
            "stop": 1175266306
        },
        {
            "start": 1175266308,
            "stop": 1175266325
        },
        {
            "start": 1175266326,
            "stop": 1175266329
        }
    ]
}