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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 142,
    "results": [
        {
            "start": 1372987439,
            "stop": 1372988847
        },
        {
            "start": 1372988849,
            "stop": 1372989404
        },
        {
            "start": 1372989405,
            "stop": 1372990945
        },
        {
            "start": 1372990950,
            "stop": 1372991273
        },
        {
            "start": 1372991275,
            "stop": 1372991829
        },
        {
            "start": 1372991831,
            "stop": 1372993498
        },
        {
            "start": 1372993499,
            "stop": 1372994034
        },
        {
            "start": 1372994036,
            "stop": 1372995371
        },
        {
            "start": 1372995373,
            "stop": 1372996069
        },
        {
            "start": 1372996071,
            "stop": 1372997875
        },
        {
            "start": 1372997876,
            "stop": 1372998409
        },
        {
            "start": 1372998411,
            "stop": 1373000060
        },
        {
            "start": 1373000062,
            "stop": 1373000606
        },
        {
            "start": 1373000608,
            "stop": 1373001847
        },
        {
            "start": 1373001849,
            "stop": 1373002849
        },
        {
            "start": 1373002851,
            "stop": 1373003959
        },
        {
            "start": 1373003961,
            "stop": 1373004815
        },
        {
            "start": 1373004816,
            "stop": 1373005694
        },
        {
            "start": 1373005699,
            "stop": 1373005927
        },
        {
            "start": 1373005928,
            "stop": 1373006726
        }
    ]
}