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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=253",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 254,
    "results": [
        {
            "start": 1240029969,
            "stop": 1240030088
        },
        {
            "start": 1240030089,
            "stop": 1240030208
        },
        {
            "start": 1240030209,
            "stop": 1240030328
        },
        {
            "start": 1240030329,
            "stop": 1240030448
        },
        {
            "start": 1240030449,
            "stop": 1240030568
        },
        {
            "start": 1240030569,
            "stop": 1240030647
        },
        {
            "start": 1240030651,
            "stop": 1240030688
        },
        {
            "start": 1240030689,
            "stop": 1240030808
        },
        {
            "start": 1240030809,
            "stop": 1240030928
        },
        {
            "start": 1240030929,
            "stop": 1240031048
        },
        {
            "start": 1240031049,
            "stop": 1240031076
        },
        {
            "start": 1240031080,
            "stop": 1240031168
        },
        {
            "start": 1240031169,
            "stop": 1240031288
        },
        {
            "start": 1240031289,
            "stop": 1240031408
        },
        {
            "start": 1240031409,
            "stop": 1240031528
        },
        {
            "start": 1240031529,
            "stop": 1240031648
        },
        {
            "start": 1240031649,
            "stop": 1240031768
        },
        {
            "start": 1240031769,
            "stop": 1240031868
        },
        {
            "start": 1240031869,
            "stop": 1240032008
        },
        {
            "start": 1240032009,
            "stop": 1240032128
        }
    ]
}