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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 56,
    "results": [
        {
            "start": 1126420312,
            "stop": 1126420653
        },
        {
            "start": 1126420655,
            "stop": 1126420858
        },
        {
            "start": 1126420860,
            "stop": 1126421008
        },
        {
            "start": 1126421009,
            "stop": 1126421320
        },
        {
            "start": 1126421321,
            "stop": 1126421626
        },
        {
            "start": 1126421627,
            "stop": 1126421924
        },
        {
            "start": 1126421925,
            "stop": 1126421989
        },
        {
            "start": 1126421991,
            "stop": 1126422156
        },
        {
            "start": 1126422158,
            "stop": 1126422260
        },
        {
            "start": 1126422262,
            "stop": 1126422296
        },
        {
            "start": 1126422298,
            "stop": 1126422542
        },
        {
            "start": 1126422543,
            "stop": 1126422841
        },
        {
            "start": 1126422842,
            "stop": 1126423167
        },
        {
            "start": 1126423168,
            "stop": 1126423173
        },
        {
            "start": 1126423174,
            "stop": 1126423461
        },
        {
            "start": 1126423462,
            "stop": 1126423744
        },
        {
            "start": 1126423751,
            "stop": 1126423762
        },
        {
            "start": 1126423763,
            "stop": 1126424064
        },
        {
            "start": 1126424065,
            "stop": 1126424414
        },
        {
            "start": 1126424415,
            "stop": 1126424726
        }
    ]
}