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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5055",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5056,
    "results": [
        {
            "start": 872971837,
            "stop": 872971840
        },
        {
            "start": 872971901,
            "stop": 872972157
        },
        {
            "start": 872972459,
            "stop": 872972464
        },
        {
            "start": 872972481,
            "stop": 872972519
        },
        {
            "start": 872972537,
            "stop": 872972546
        },
        {
            "start": 872972710,
            "stop": 872972767
        },
        {
            "start": 872972784,
            "stop": 872972791
        },
        {
            "start": 872972808,
            "stop": 872972827
        },
        {
            "start": 872972844,
            "stop": 872972861
        },
        {
            "start": 872972906,
            "stop": 872972940
        },
        {
            "start": 872972958,
            "stop": 872973017
        },
        {
            "start": 872973034,
            "stop": 872973043
        },
        {
            "start": 872973092,
            "stop": 872973093
        },
        {
            "start": 872973128,
            "stop": 872973159
        },
        {
            "start": 872973176,
            "stop": 872973333
        },
        {
            "start": 872973350,
            "stop": 872973373
        },
        {
            "start": 872973390,
            "stop": 872973405
        },
        {
            "start": 872973422,
            "stop": 872973461
        },
        {
            "start": 872973478,
            "stop": 872973512
        },
        {
            "start": 872973542,
            "stop": 872973560
        }
    ]
}