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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=195",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 196,
    "results": [
        {
            "start": 933202262,
            "stop": 933202815
        },
        {
            "start": 933203175,
            "stop": 933206415
        },
        {
            "start": 933206775,
            "stop": 933207571
        },
        {
            "start": 933207573,
            "stop": 933208534
        },
        {
            "start": 933208554,
            "stop": 933210015
        },
        {
            "start": 933210375,
            "stop": 933213547
        },
        {
            "start": 933213549,
            "stop": 933213615
        },
        {
            "start": 933213975,
            "stop": 933214081
        },
        {
            "start": 933214083,
            "stop": 933214681
        },
        {
            "start": 933214683,
            "stop": 933216910
        },
        {
            "start": 933216929,
            "stop": 933217215
        },
        {
            "start": 933217575,
            "stop": 933220815
        },
        {
            "start": 933221175,
            "stop": 933221249
        },
        {
            "start": 933221309,
            "stop": 933221837
        },
        {
            "start": 933221839,
            "stop": 933224415
        },
        {
            "start": 933224789,
            "stop": 933225286
        },
        {
            "start": 933225292,
            "stop": 933225588
        },
        {
            "start": 933225594,
            "stop": 933225662
        },
        {
            "start": 933225664,
            "stop": 933226844
        },
        {
            "start": 933226846,
            "stop": 933228015
        }
    ]
}