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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 213,
    "results": [
        {
            "start": 1126863971,
            "stop": 1126864018
        },
        {
            "start": 1126864020,
            "stop": 1126864362
        },
        {
            "start": 1126864363,
            "stop": 1126864391
        },
        {
            "start": 1126864392,
            "stop": 1126864399
        },
        {
            "start": 1126864400,
            "stop": 1126864735
        },
        {
            "start": 1126864736,
            "stop": 1126864748
        },
        {
            "start": 1126864750,
            "stop": 1126864787
        },
        {
            "start": 1126864789,
            "stop": 1126864793
        },
        {
            "start": 1126864795,
            "stop": 1126864806
        },
        {
            "start": 1126864807,
            "stop": 1126864959
        },
        {
            "start": 1126864961,
            "stop": 1126865069
        },
        {
            "start": 1126865070,
            "stop": 1126865071
        },
        {
            "start": 1126865072,
            "stop": 1126865082
        },
        {
            "start": 1126865083,
            "stop": 1126865093
        },
        {
            "start": 1126865094,
            "stop": 1126865108
        },
        {
            "start": 1126865109,
            "stop": 1126865158
        },
        {
            "start": 1126865159,
            "stop": 1126865165
        },
        {
            "start": 1126865166,
            "stop": 1126865265
        },
        {
            "start": 1126865267,
            "stop": 1126865485
        },
        {
            "start": 1126865487,
            "stop": 1126865854
        }
    ]
}