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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1735",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1733",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1734,
    "results": [
        {
            "start": 1249288284,
            "stop": 1249288533
        },
        {
            "start": 1249288536,
            "stop": 1249288643
        },
        {
            "start": 1249288646,
            "stop": 1249288951
        },
        {
            "start": 1249288953,
            "stop": 1249289054
        },
        {
            "start": 1249289057,
            "stop": 1249289078
        },
        {
            "start": 1249289081,
            "stop": 1249289115
        },
        {
            "start": 1249289118,
            "stop": 1249289165
        },
        {
            "start": 1249289168,
            "stop": 1249289288
        },
        {
            "start": 1249289291,
            "stop": 1249289303
        },
        {
            "start": 1249289306,
            "stop": 1249289370
        },
        {
            "start": 1249289373,
            "stop": 1249289672
        },
        {
            "start": 1249289675,
            "stop": 1249290186
        },
        {
            "start": 1249290189,
            "stop": 1249290236
        },
        {
            "start": 1249290239,
            "stop": 1249290506
        },
        {
            "start": 1249317168,
            "stop": 1249317289
        },
        {
            "start": 1249317291,
            "stop": 1249317846
        },
        {
            "start": 1249317849,
            "stop": 1249317876
        },
        {
            "start": 1249317878,
            "stop": 1249318016
        },
        {
            "start": 1249318019,
            "stop": 1249318109
        },
        {
            "start": 1249318112,
            "stop": 1249318672
        }
    ]
}