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=4598
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=4599",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4597",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4598,
    "results": [
        {
            "start": 969179973,
            "stop": 969179990
        },
        {
            "start": 969179995,
            "stop": 969180019
        },
        {
            "start": 969180023,
            "stop": 969180026
        },
        {
            "start": 969180027,
            "stop": 969180046
        },
        {
            "start": 969180048,
            "stop": 969180052
        },
        {
            "start": 969180057,
            "stop": 969180239
        },
        {
            "start": 969180243,
            "stop": 969180246
        },
        {
            "start": 969180249,
            "stop": 969180287
        },
        {
            "start": 969180288,
            "stop": 969180527
        },
        {
            "start": 969180530,
            "stop": 969180533
        },
        {
            "start": 969180535,
            "stop": 969180650
        },
        {
            "start": 969180653,
            "stop": 969180655
        },
        {
            "start": 969180657,
            "stop": 969180662
        },
        {
            "start": 969180663,
            "stop": 969180760
        },
        {
            "start": 969180764,
            "stop": 969180766
        },
        {
            "start": 969180770,
            "stop": 969180844
        },
        {
            "start": 969180847,
            "stop": 969180864
        },
        {
            "start": 969180865,
            "stop": 969180897
        },
        {
            "start": 969180902,
            "stop": 969180903
        },
        {
            "start": 969180905,
            "stop": 969181002
        }
    ]
}