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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=160",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 161,
    "results": [
        {
            "start": 1419627942,
            "stop": 1419653977
        },
        {
            "start": 1419653981,
            "stop": 1419655962
        },
        {
            "start": 1419655967,
            "stop": 1419669439
        },
        {
            "start": 1419669442,
            "stop": 1419670781
        },
        {
            "start": 1419670786,
            "stop": 1419674717
        },
        {
            "start": 1419674719,
            "stop": 1419682547
        },
        {
            "start": 1419682549,
            "stop": 1419682840
        },
        {
            "start": 1419682843,
            "stop": 1419683297
        },
        {
            "start": 1419683301,
            "stop": 1419683819
        },
        {
            "start": 1419683824,
            "stop": 1419687245
        },
        {
            "start": 1419687250,
            "stop": 1419698831
        },
        {
            "start": 1419698834,
            "stop": 1419700013
        },
        {
            "start": 1419700016,
            "stop": 1419704938
        },
        {
            "start": 1419704943,
            "stop": 1419707952
        },
        {
            "start": 1419707954,
            "stop": 1419712688
        },
        {
            "start": 1419712693,
            "stop": 1419715201
        },
        {
            "start": 1419715206,
            "stop": 1419723125
        },
        {
            "start": 1419723127,
            "stop": 1419728509
        },
        {
            "start": 1419728510,
            "stop": 1419730591
        },
        {
            "start": 1419730596,
            "stop": 1419736973
        }
    ]
}