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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=346",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 347,
    "results": [
        {
            "start": 857742410,
            "stop": 857742444
        },
        {
            "start": 857742449,
            "stop": 857742460
        },
        {
            "start": 857742464,
            "stop": 857742537
        },
        {
            "start": 857742542,
            "stop": 857742547
        },
        {
            "start": 857742570,
            "stop": 857742619
        },
        {
            "start": 857742623,
            "stop": 857742644
        },
        {
            "start": 857742647,
            "stop": 857742764
        },
        {
            "start": 857742768,
            "stop": 857742773
        },
        {
            "start": 857742777,
            "stop": 857742783
        },
        {
            "start": 857742787,
            "stop": 857742793
        },
        {
            "start": 857742796,
            "stop": 857742807
        },
        {
            "start": 857742816,
            "stop": 857742900
        },
        {
            "start": 857742905,
            "stop": 857743013
        },
        {
            "start": 857743017,
            "stop": 857743022
        },
        {
            "start": 857743031,
            "stop": 857743042
        },
        {
            "start": 857743051,
            "stop": 857743057
        },
        {
            "start": 857743066,
            "stop": 857743072
        },
        {
            "start": 857743105,
            "stop": 857743115
        },
        {
            "start": 857743148,
            "stop": 857743163
        },
        {
            "start": 857743167,
            "stop": 857743173
        }
    ]
}