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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=330",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 331,
    "results": [
        {
            "start": 823616167,
            "stop": 823616204
        },
        {
            "start": 823616209,
            "stop": 823616224
        },
        {
            "start": 823620666,
            "stop": 823627132
        },
        {
            "start": 823629776,
            "stop": 823633539
        },
        {
            "start": 823643639,
            "stop": 823646422
        },
        {
            "start": 823649460,
            "stop": 823654408
        },
        {
            "start": 823654621,
            "stop": 823659696
        },
        {
            "start": 823659702,
            "stop": 823659803
        },
        {
            "start": 823659809,
            "stop": 823659932
        },
        {
            "start": 823659937,
            "stop": 823659960
        },
        {
            "start": 823660371,
            "stop": 823660897
        },
        {
            "start": 823660903,
            "stop": 823660924
        },
        {
            "start": 823661802,
            "stop": 823661980
        },
        {
            "start": 823661986,
            "stop": 823661994
        },
        {
            "start": 823662004,
            "stop": 823662248
        },
        {
            "start": 823662254,
            "stop": 823662264
        },
        {
            "start": 823662279,
            "stop": 823662439
        },
        {
            "start": 823663588,
            "stop": 823663744
        },
        {
            "start": 823663750,
            "stop": 823663780
        },
        {
            "start": 823666563,
            "stop": 823668067
        }
    ]
}