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=370
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=371",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=369",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 370,
    "results": [
        {
            "start": 1387685890,
            "stop": 1387691778
        },
        {
            "start": 1387691781,
            "stop": 1387694954
        },
        {
            "start": 1387694959,
            "stop": 1387698231
        },
        {
            "start": 1387698234,
            "stop": 1387709466
        },
        {
            "start": 1387709471,
            "stop": 1387709958
        },
        {
            "start": 1387709961,
            "stop": 1387711986
        },
        {
            "start": 1387722035,
            "stop": 1387724818
        },
        {
            "start": 1387724822,
            "stop": 1387726651
        },
        {
            "start": 1387726656,
            "stop": 1387744581
        },
        {
            "start": 1387744585,
            "stop": 1387745035
        },
        {
            "start": 1387745038,
            "stop": 1387756007
        },
        {
            "start": 1387756010,
            "stop": 1387756621
        },
        {
            "start": 1387756625,
            "stop": 1387771090
        },
        {
            "start": 1387771093,
            "stop": 1387784528
        },
        {
            "start": 1387784532,
            "stop": 1387786538
        },
        {
            "start": 1387786541,
            "stop": 1387790919
        },
        {
            "start": 1387790924,
            "stop": 1387791156
        },
        {
            "start": 1387803306,
            "stop": 1387806450
        },
        {
            "start": 1387806455,
            "stop": 1387807700
        },
        {
            "start": 1387807705,
            "stop": 1387809557
        }
    ]
}