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=5318
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=5319",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5317",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5318,
    "results": [
        {
            "start": 1137212884,
            "stop": 1137212958
        },
        {
            "start": 1137212960,
            "stop": 1137213254
        },
        {
            "start": 1137213256,
            "stop": 1137213308
        },
        {
            "start": 1137213310,
            "stop": 1137213312
        },
        {
            "start": 1137213314,
            "stop": 1137213416
        },
        {
            "start": 1137213418,
            "stop": 1137213419
        },
        {
            "start": 1137213421,
            "stop": 1137213441
        },
        {
            "start": 1137213443,
            "stop": 1137213450
        },
        {
            "start": 1137213452,
            "stop": 1137213486
        },
        {
            "start": 1137213489,
            "stop": 1137213499
        },
        {
            "start": 1137213501,
            "stop": 1137213613
        },
        {
            "start": 1137213615,
            "stop": 1137213757
        },
        {
            "start": 1137213762,
            "stop": 1137213767
        },
        {
            "start": 1137213768,
            "stop": 1137213927
        },
        {
            "start": 1137213931,
            "stop": 1137214041
        },
        {
            "start": 1137214042,
            "stop": 1137214045
        },
        {
            "start": 1137214047,
            "stop": 1137214441
        },
        {
            "start": 1137214443,
            "stop": 1137214557
        },
        {
            "start": 1137214559,
            "stop": 1137214596
        },
        {
            "start": 1137214598,
            "stop": 1137214731
        }
    ]
}