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=4696
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=4697",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4695",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4696,
    "results": [
        {
            "start": 969935766,
            "stop": 969935889
        },
        {
            "start": 969935892,
            "stop": 969936199
        },
        {
            "start": 969936217,
            "stop": 969936258
        },
        {
            "start": 969938509,
            "stop": 969938551
        },
        {
            "start": 969938554,
            "stop": 969938597
        },
        {
            "start": 969938600,
            "stop": 969938835
        },
        {
            "start": 969938838,
            "stop": 969939022
        },
        {
            "start": 969939025,
            "stop": 969939131
        },
        {
            "start": 969939148,
            "stop": 969939183
        },
        {
            "start": 969940229,
            "stop": 969940459
        },
        {
            "start": 969940462,
            "stop": 969940549
        },
        {
            "start": 969940552,
            "stop": 969940778
        },
        {
            "start": 969942006,
            "stop": 969942200
        },
        {
            "start": 969942203,
            "stop": 969942345
        },
        {
            "start": 969942348,
            "stop": 969942428
        },
        {
            "start": 969942431,
            "stop": 969942499
        },
        {
            "start": 969942502,
            "stop": 969942568
        },
        {
            "start": 969942571,
            "stop": 969942837
        },
        {
            "start": 969942840,
            "stop": 969942970
        },
        {
            "start": 969943909,
            "stop": 969943914
        }
    ]
}