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=8002
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=8003",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8001",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8002,
    "results": [
        {
            "start": 970322914,
            "stop": 970322943
        },
        {
            "start": 970322964,
            "stop": 970322968
        },
        {
            "start": 970322974,
            "stop": 970322975
        },
        {
            "start": 970322996,
            "stop": 970322997
        },
        {
            "start": 970323008,
            "stop": 970323009
        },
        {
            "start": 970323012,
            "stop": 970323051
        },
        {
            "start": 970323067,
            "stop": 970323069
        },
        {
            "start": 970323072,
            "stop": 970323074
        },
        {
            "start": 970323096,
            "stop": 970323104
        },
        {
            "start": 970323107,
            "stop": 970323108
        },
        {
            "start": 970323119,
            "stop": 970323132
        },
        {
            "start": 970323141,
            "stop": 970323148
        },
        {
            "start": 970323151,
            "stop": 970323227
        },
        {
            "start": 970323230,
            "stop": 970323239
        },
        {
            "start": 970323242,
            "stop": 970323339
        },
        {
            "start": 970323342,
            "stop": 970323390
        },
        {
            "start": 970323396,
            "stop": 970323402
        },
        {
            "start": 970323407,
            "stop": 970323411
        },
        {
            "start": 970323414,
            "stop": 970323420
        },
        {
            "start": 970323465,
            "stop": 970323476
        }
    ]
}