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=4580
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=4581",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4579",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4580,
    "results": [
        {
            "start": 968973264,
            "stop": 968973466
        },
        {
            "start": 968973754,
            "stop": 968975176
        },
        {
            "start": 968975179,
            "stop": 968975578
        },
        {
            "start": 968975581,
            "stop": 968975632
        },
        {
            "start": 968975635,
            "stop": 968975658
        },
        {
            "start": 968975661,
            "stop": 968975712
        },
        {
            "start": 968975715,
            "stop": 968978678
        },
        {
            "start": 968982139,
            "stop": 968982145
        },
        {
            "start": 968984049,
            "stop": 968985362
        },
        {
            "start": 968986076,
            "stop": 968987081
        },
        {
            "start": 968988197,
            "stop": 968990677
        },
        {
            "start": 968990695,
            "stop": 969004298
        },
        {
            "start": 969004316,
            "stop": 969015905
        },
        {
            "start": 969015922,
            "stop": 969019201
        },
        {
            "start": 969020001,
            "stop": 969020040
        },
        {
            "start": 969020041,
            "stop": 969020047
        },
        {
            "start": 969020048,
            "stop": 969023458
        },
        {
            "start": 969024570,
            "stop": 969024590
        },
        {
            "start": 969024591,
            "stop": 969024998
        },
        {
            "start": 969025058,
            "stop": 969025170
        }
    ]
}