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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=338",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 339,
    "results": [
        {
            "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
        },
        {
            "start": 1177256089,
            "stop": 1177256097
        },
        {
            "start": 1177256103,
            "stop": 1177256109
        },
        {
            "start": 1177256116,
            "stop": 1177256326
        },
        {
            "start": 1177256328,
            "stop": 1177256366
        },
        {
            "start": 1177256367,
            "stop": 1177256597
        },
        {
            "start": 1177256603,
            "stop": 1177256608
        }
    ]
}