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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1733",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1731",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1732,
    "results": [
        {
            "start": 958406115,
            "stop": 958406483
        },
        {
            "start": 958406485,
            "stop": 958406756
        },
        {
            "start": 958412471,
            "stop": 958412721
        },
        {
            "start": 958412726,
            "stop": 958415426
        },
        {
            "start": 958420345,
            "stop": 958424144
        },
        {
            "start": 958444804,
            "stop": 958446652
        },
        {
            "start": 958446654,
            "stop": 958446826
        },
        {
            "start": 958446828,
            "stop": 958447191
        },
        {
            "start": 958454001,
            "stop": 958457937
        },
        {
            "start": 958458699,
            "stop": 958461648
        },
        {
            "start": 958461650,
            "stop": 958471588
        },
        {
            "start": 958471590,
            "stop": 958471932
        },
        {
            "start": 958471934,
            "stop": 958471935
        },
        {
            "start": 958471940,
            "stop": 958472014
        },
        {
            "start": 958472016,
            "stop": 958472027
        },
        {
            "start": 958472029,
            "stop": 958472083
        },
        {
            "start": 958472085,
            "stop": 958472288
        },
        {
            "start": 958472290,
            "stop": 958472339
        },
        {
            "start": 958472341,
            "stop": 958472367
        },
        {
            "start": 958472370,
            "stop": 958472464
        }
    ]
}