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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4511",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4509",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4510,
    "results": [
        {
            "start": 968409141,
            "stop": 968409900
        },
        {
            "start": 968409903,
            "stop": 968411247
        },
        {
            "start": 968411871,
            "stop": 968412033
        },
        {
            "start": 968412036,
            "stop": 968412294
        },
        {
            "start": 968412297,
            "stop": 968412953
        },
        {
            "start": 968412956,
            "stop": 968413037
        },
        {
            "start": 968413040,
            "stop": 968413071
        },
        {
            "start": 968413074,
            "stop": 968413087
        },
        {
            "start": 968413090,
            "stop": 968413581
        },
        {
            "start": 968413584,
            "stop": 968413607
        },
        {
            "start": 968413610,
            "stop": 968413781
        },
        {
            "start": 968413784,
            "stop": 968413801
        },
        {
            "start": 968413805,
            "stop": 968413828
        },
        {
            "start": 968413831,
            "stop": 968413845
        },
        {
            "start": 968413848,
            "stop": 968413922
        },
        {
            "start": 968413925,
            "stop": 968414118
        },
        {
            "start": 968414121,
            "stop": 968414426
        },
        {
            "start": 968414429,
            "stop": 968414515
        },
        {
            "start": 968414532,
            "stop": 968414605
        },
        {
            "start": 968414608,
            "stop": 968414617
        }
    ]
}