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/L1_CBC_CAT3/segments?format=api&page=143
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=142",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 143,
    "results": [
        {
            "start": 1177252895,
            "stop": 1177252903
        },
        {
            "start": 1177252908,
            "stop": 1177252916
        },
        {
            "start": 1177252922,
            "stop": 1177252932
        },
        {
            "start": 1177252934,
            "stop": 1177252942
        },
        {
            "start": 1177252946,
            "stop": 1177252988
        },
        {
            "start": 1177252991,
            "stop": 1177252997
        },
        {
            "start": 1177253004,
            "stop": 1177253008
        },
        {
            "start": 1177253014,
            "stop": 1177253021
        },
        {
            "start": 1177253025,
            "stop": 1177253033
        },
        {
            "start": 1177253036,
            "stop": 1177254001
        },
        {
            "start": 1177254003,
            "stop": 1177254073
        },
        {
            "start": 1177254078,
            "stop": 1177254084
        },
        {
            "start": 1177254091,
            "stop": 1177254095
        },
        {
            "start": 1177254103,
            "stop": 1177254108
        },
        {
            "start": 1177254115,
            "stop": 1177254122
        },
        {
            "start": 1177254126,
            "stop": 1177254378
        },
        {
            "start": 1177254384,
            "stop": 1177254389
        },
        {
            "start": 1177254395,
            "stop": 1177254550
        },
        {
            "start": 1177254557,
            "stop": 1177254562
        },
        {
            "start": 1177254568,
            "stop": 1177256086
        }
    ]
}