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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=234",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 235,
    "results": [
        {
            "start": 1376341083,
            "stop": 1376342142
        },
        {
            "start": 1376342144,
            "stop": 1376342948
        },
        {
            "start": 1376342950,
            "stop": 1376343100
        },
        {
            "start": 1376349032,
            "stop": 1376349388
        },
        {
            "start": 1376349391,
            "stop": 1376349513
        },
        {
            "start": 1376349515,
            "stop": 1376350023
        },
        {
            "start": 1376350024,
            "stop": 1376351143
        },
        {
            "start": 1376351145,
            "stop": 1376352142
        },
        {
            "start": 1376352144,
            "stop": 1376352368
        },
        {
            "start": 1376352370,
            "stop": 1376352614
        },
        {
            "start": 1376352615,
            "stop": 1376353550
        },
        {
            "start": 1376353552,
            "stop": 1376355047
        },
        {
            "start": 1376355048,
            "stop": 1376355808
        },
        {
            "start": 1376355813,
            "stop": 1376357769
        },
        {
            "start": 1376357772,
            "stop": 1376358333
        },
        {
            "start": 1376358335,
            "stop": 1376359383
        },
        {
            "start": 1376359385,
            "stop": 1376360292
        },
        {
            "start": 1376360293,
            "stop": 1376361392
        },
        {
            "start": 1376361394,
            "stop": 1376362391
        },
        {
            "start": 1376362392,
            "stop": 1376363110
        }
    ]
}