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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14159",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14160,
    "results": [
        {
            "start": 971165442,
            "stop": 971165447
        },
        {
            "start": 971165450,
            "stop": 971165451
        },
        {
            "start": 971165454,
            "stop": 971165455
        },
        {
            "start": 971165457,
            "stop": 971165458
        },
        {
            "start": 971165467,
            "stop": 971165475
        },
        {
            "start": 971165476,
            "stop": 971165477
        },
        {
            "start": 971165479,
            "stop": 971165483
        },
        {
            "start": 971165487,
            "stop": 971165492
        },
        {
            "start": 971165493,
            "stop": 971165494
        },
        {
            "start": 971165497,
            "stop": 971165502
        },
        {
            "start": 971165504,
            "stop": 971165510
        },
        {
            "start": 971165516,
            "stop": 971165518
        },
        {
            "start": 971165519,
            "stop": 971165520
        },
        {
            "start": 971165521,
            "stop": 971165524
        },
        {
            "start": 971165526,
            "stop": 971165527
        },
        {
            "start": 971165529,
            "stop": 971165533
        },
        {
            "start": 971165534,
            "stop": 971165536
        },
        {
            "start": 971165539,
            "stop": 971165543
        },
        {
            "start": 971165546,
            "stop": 971165550
        },
        {
            "start": 971165551,
            "stop": 971165557
        }
    ]
}