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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=191",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 192,
    "results": [
        {
            "start": 931435233,
            "stop": 931435253
        },
        {
            "start": 931435256,
            "stop": 931435262
        },
        {
            "start": 931435264,
            "stop": 931435271
        },
        {
            "start": 931435273,
            "stop": 931435281
        },
        {
            "start": 931435283,
            "stop": 931435288
        },
        {
            "start": 931435290,
            "stop": 931435294
        },
        {
            "start": 931435296,
            "stop": 931435306
        },
        {
            "start": 931435308,
            "stop": 931435335
        },
        {
            "start": 931435339,
            "stop": 931435343
        },
        {
            "start": 931436894,
            "stop": 931436902
        },
        {
            "start": 931436904,
            "stop": 931436937
        },
        {
            "start": 931436939,
            "stop": 931436947
        },
        {
            "start": 931436949,
            "stop": 931436958
        },
        {
            "start": 931436960,
            "stop": 931437053
        },
        {
            "start": 931437055,
            "stop": 931437362
        },
        {
            "start": 931437366,
            "stop": 931437530
        },
        {
            "start": 931437536,
            "stop": 931437561
        },
        {
            "start": 931437564,
            "stop": 931437578
        },
        {
            "start": 931437580,
            "stop": 931437597
        },
        {
            "start": 931437599,
            "stop": 931437788
        }
    ]
}