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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=141",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 142,
    "results": [
        {
            "start": 1416551227,
            "stop": 1416561324
        },
        {
            "start": 1416561329,
            "stop": 1416564888
        },
        {
            "start": 1416564890,
            "stop": 1416572611
        },
        {
            "start": 1416572615,
            "stop": 1416573950
        },
        {
            "start": 1416573953,
            "stop": 1416586292
        },
        {
            "start": 1416586296,
            "stop": 1416587441
        },
        {
            "start": 1416597157,
            "stop": 1416599055
        },
        {
            "start": 1416599059,
            "stop": 1416606332
        },
        {
            "start": 1416606337,
            "stop": 1416608873
        },
        {
            "start": 1416619399,
            "stop": 1416636048
        },
        {
            "start": 1416636051,
            "stop": 1416642508
        },
        {
            "start": 1416642511,
            "stop": 1416659833
        },
        {
            "start": 1416659838,
            "stop": 1416665325
        },
        {
            "start": 1416665327,
            "stop": 1416666173
        },
        {
            "start": 1416666713,
            "stop": 1416667828
        },
        {
            "start": 1416689108,
            "stop": 1416696093
        },
        {
            "start": 1416696098,
            "stop": 1416698174
        },
        {
            "start": 1416698178,
            "stop": 1416713890
        },
        {
            "start": 1416713894,
            "stop": 1416722507
        },
        {
            "start": 1416722510,
            "stop": 1416737557
        }
    ]
}