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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=25",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 26,
    "results": [
        {
            "start": 1369584771,
            "stop": 1369587228
        },
        {
            "start": 1369587229,
            "stop": 1369589727
        },
        {
            "start": 1369589728,
            "stop": 1369590737
        },
        {
            "start": 1369590738,
            "stop": 1369591905
        },
        {
            "start": 1369591907,
            "stop": 1369594096
        },
        {
            "start": 1369594098,
            "stop": 1369595288
        },
        {
            "start": 1369595290,
            "stop": 1369596580
        },
        {
            "start": 1369596584,
            "stop": 1369601745
        },
        {
            "start": 1369604337,
            "stop": 1369605879
        },
        {
            "start": 1369609099,
            "stop": 1369610203
        },
        {
            "start": 1369610205,
            "stop": 1369614518
        },
        {
            "start": 1369614520,
            "stop": 1369616483
        },
        {
            "start": 1369616485,
            "stop": 1369618263
        },
        {
            "start": 1369618267,
            "stop": 1369618688
        },
        {
            "start": 1369618690,
            "stop": 1369620880
        },
        {
            "start": 1369620881,
            "stop": 1369622397
        },
        {
            "start": 1369622424,
            "stop": 1369622731
        },
        {
            "start": 1369622733,
            "stop": 1369624755
        },
        {
            "start": 1369624757,
            "stop": 1369625263
        },
        {
            "start": 1369625265,
            "stop": 1369626763
        }
    ]
}