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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=302",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 303,
    "results": [
        {
            "start": 1377895074,
            "stop": 1377895550
        },
        {
            "start": 1377895551,
            "stop": 1377895874
        },
        {
            "start": 1377895877,
            "stop": 1377896316
        },
        {
            "start": 1377896321,
            "stop": 1377897309
        },
        {
            "start": 1377897311,
            "stop": 1377897336
        },
        {
            "start": 1377901202,
            "stop": 1377901573
        },
        {
            "start": 1377901575,
            "stop": 1377902352
        },
        {
            "start": 1377902354,
            "stop": 1377903533
        },
        {
            "start": 1377903534,
            "stop": 1377904097
        },
        {
            "start": 1377904099,
            "stop": 1377905741
        },
        {
            "start": 1377905742,
            "stop": 1377906366
        },
        {
            "start": 1377906368,
            "stop": 1377907777
        },
        {
            "start": 1377907779,
            "stop": 1377908291
        },
        {
            "start": 1377908292,
            "stop": 1377909771
        },
        {
            "start": 1377909773,
            "stop": 1377911831
        },
        {
            "start": 1377911832,
            "stop": 1377912497
        },
        {
            "start": 1377912498,
            "stop": 1377913913
        },
        {
            "start": 1377913915,
            "stop": 1377913965
        },
        {
            "start": 1377913968,
            "stop": 1377914818
        },
        {
            "start": 1377914819,
            "stop": 1377915971
        }
    ]
}