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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=151",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 152,
    "results": [
        {
            "start": 954348405,
            "stop": 954348439
        },
        {
            "start": 954348442,
            "stop": 954348457
        },
        {
            "start": 954348460,
            "stop": 954348530
        },
        {
            "start": 954348533,
            "stop": 954348534
        },
        {
            "start": 954348539,
            "stop": 954348580
        },
        {
            "start": 954348592,
            "stop": 954348593
        },
        {
            "start": 954348596,
            "stop": 954348598
        },
        {
            "start": 954348608,
            "stop": 954348636
        },
        {
            "start": 954348641,
            "stop": 954348666
        },
        {
            "start": 954348670,
            "stop": 954348682
        },
        {
            "start": 954348690,
            "stop": 954348708
        },
        {
            "start": 954348720,
            "stop": 954348730
        },
        {
            "start": 954348733,
            "stop": 954348735
        },
        {
            "start": 954348738,
            "stop": 954348746
        },
        {
            "start": 954348754,
            "stop": 954348771
        },
        {
            "start": 954348777,
            "stop": 954348778
        },
        {
            "start": 954348781,
            "stop": 954348785
        },
        {
            "start": 954348797,
            "stop": 954348803
        },
        {
            "start": 954348809,
            "stop": 954348815
        },
        {
            "start": 954348836,
            "stop": 954348837
        }
    ]
}