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=1796
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=1797",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1795",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1796,
    "results": [
        {
            "start": 1249689963,
            "stop": 1249689964
        },
        {
            "start": 1249689965,
            "stop": 1249689979
        },
        {
            "start": 1249690005,
            "stop": 1249690006
        },
        {
            "start": 1249690102,
            "stop": 1249690104
        },
        {
            "start": 1249690107,
            "stop": 1249690116
        },
        {
            "start": 1249690119,
            "stop": 1249690121
        },
        {
            "start": 1249690152,
            "stop": 1249690153
        },
        {
            "start": 1249690215,
            "stop": 1249691461
        },
        {
            "start": 1249691464,
            "stop": 1249692455
        },
        {
            "start": 1249692458,
            "stop": 1249692468
        },
        {
            "start": 1249692471,
            "stop": 1249692994
        },
        {
            "start": 1249692997,
            "stop": 1249695286
        },
        {
            "start": 1249695289,
            "stop": 1249695564
        },
        {
            "start": 1249695565,
            "stop": 1249696242
        },
        {
            "start": 1249696243,
            "stop": 1249696244
        },
        {
            "start": 1249696246,
            "stop": 1249696458
        },
        {
            "start": 1249696461,
            "stop": 1249696504
        },
        {
            "start": 1249696512,
            "stop": 1249696620
        },
        {
            "start": 1249696622,
            "stop": 1249696653
        },
        {
            "start": 1249696654,
            "stop": 1249696659
        }
    ]
}