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_CAT3/segments?format=api&page=368
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=369",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=367",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 368,
    "results": [
        {
            "start": 1182748020,
            "stop": 1182748021
        },
        {
            "start": 1182748022,
            "stop": 1182748170
        },
        {
            "start": 1182748173,
            "stop": 1182748284
        },
        {
            "start": 1182748286,
            "stop": 1182748293
        },
        {
            "start": 1182748296,
            "stop": 1182748412
        },
        {
            "start": 1182748413,
            "stop": 1182748486
        },
        {
            "start": 1182748488,
            "stop": 1182748498
        },
        {
            "start": 1182748499,
            "stop": 1182748527
        },
        {
            "start": 1182748528,
            "stop": 1182748533
        },
        {
            "start": 1182748534,
            "stop": 1182748584
        },
        {
            "start": 1182748585,
            "stop": 1182748720
        },
        {
            "start": 1182748724,
            "stop": 1182748730
        },
        {
            "start": 1182748731,
            "stop": 1182748770
        },
        {
            "start": 1182748771,
            "stop": 1182748802
        },
        {
            "start": 1182748803,
            "stop": 1182748809
        },
        {
            "start": 1182748811,
            "stop": 1182748820
        },
        {
            "start": 1182748823,
            "stop": 1182748830
        },
        {
            "start": 1182748832,
            "stop": 1182748921
        },
        {
            "start": 1182748922,
            "stop": 1182748932
        },
        {
            "start": 1182748933,
            "stop": 1182748975
        }
    ]
}