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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=123",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 124,
    "results": [
        {
            "start": 932669952,
            "stop": 932669979
        },
        {
            "start": 932670058,
            "stop": 932670059
        },
        {
            "start": 932670082,
            "stop": 932670097
        },
        {
            "start": 932670127,
            "stop": 932670262
        },
        {
            "start": 932670282,
            "stop": 932670285
        },
        {
            "start": 932670306,
            "stop": 932670347
        },
        {
            "start": 932670366,
            "stop": 932670447
        },
        {
            "start": 932670466,
            "stop": 932670546
        },
        {
            "start": 932670565,
            "stop": 932672283
        },
        {
            "start": 932672288,
            "stop": 932672335
        },
        {
            "start": 932672340,
            "stop": 932672381
        },
        {
            "start": 932672387,
            "stop": 932672577
        },
        {
            "start": 932672596,
            "stop": 932672634
        },
        {
            "start": 932672639,
            "stop": 932672651
        },
        {
            "start": 932672711,
            "stop": 932672741
        },
        {
            "start": 932672746,
            "stop": 932672771
        },
        {
            "start": 932673011,
            "stop": 932673071
        },
        {
            "start": 932673131,
            "stop": 932673232
        },
        {
            "start": 932673238,
            "stop": 932673703
        },
        {
            "start": 932673723,
            "stop": 932673729
        }
    ]
}