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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=371",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 372,
    "results": [
        {
            "start": 1387976336,
            "stop": 1387976916
        },
        {
            "start": 1387979647,
            "stop": 1387979676
        },
        {
            "start": 1387979679,
            "stop": 1387979749
        },
        {
            "start": 1387986886,
            "stop": 1387987296
        },
        {
            "start": 1387987299,
            "stop": 1387987300
        },
        {
            "start": 1387989528,
            "stop": 1387992300
        },
        {
            "start": 1388003145,
            "stop": 1388003607
        },
        {
            "start": 1388003610,
            "stop": 1388004765
        },
        {
            "start": 1388004768,
            "stop": 1388009618
        },
        {
            "start": 1388009621,
            "stop": 1388010337
        },
        {
            "start": 1388010342,
            "stop": 1388010351
        },
        {
            "start": 1388010356,
            "stop": 1388023972
        },
        {
            "start": 1388023976,
            "stop": 1388027016
        },
        {
            "start": 1388027021,
            "stop": 1388034049
        },
        {
            "start": 1388034052,
            "stop": 1388040914
        },
        {
            "start": 1388040916,
            "stop": 1388042989
        },
        {
            "start": 1388042992,
            "stop": 1388043797
        },
        {
            "start": 1388049936,
            "stop": 1388052616
        },
        {
            "start": 1388052621,
            "stop": 1388064077
        },
        {
            "start": 1388064080,
            "stop": 1388066239
        }
    ]
}