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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=87",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 88,
    "results": [
        {
            "start": 816657406,
            "stop": 816657439
        },
        {
            "start": 816657468,
            "stop": 816657672
        },
        {
            "start": 816657707,
            "stop": 816657753
        },
        {
            "start": 816657760,
            "stop": 816657772
        },
        {
            "start": 816657776,
            "stop": 816657784
        },
        {
            "start": 816657791,
            "stop": 816658026
        },
        {
            "start": 816658030,
            "stop": 816658089
        },
        {
            "start": 816658100,
            "stop": 816658109
        },
        {
            "start": 816658112,
            "stop": 816658133
        },
        {
            "start": 816658163,
            "stop": 816658211
        },
        {
            "start": 816658214,
            "stop": 816658268
        },
        {
            "start": 816658272,
            "stop": 816658289
        },
        {
            "start": 816658294,
            "stop": 816658506
        },
        {
            "start": 816658514,
            "stop": 816658529
        },
        {
            "start": 816658536,
            "stop": 816658628
        },
        {
            "start": 816658631,
            "stop": 816658654
        },
        {
            "start": 816658657,
            "stop": 816658678
        },
        {
            "start": 816658682,
            "stop": 816658817
        },
        {
            "start": 816658846,
            "stop": 816658916
        },
        {
            "start": 816658919,
            "stop": 816658997
        }
    ]
}