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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=276",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 277,
    "results": [
        {
            "start": 1126926578,
            "stop": 1126926580
        },
        {
            "start": 1126926581,
            "stop": 1126926630
        },
        {
            "start": 1126926631,
            "stop": 1126926633
        },
        {
            "start": 1126926634,
            "stop": 1126926636
        },
        {
            "start": 1126926640,
            "stop": 1126926660
        },
        {
            "start": 1126926661,
            "stop": 1126926667
        },
        {
            "start": 1126926668,
            "stop": 1126926669
        },
        {
            "start": 1126926670,
            "stop": 1126926671
        },
        {
            "start": 1126926673,
            "stop": 1126926682
        },
        {
            "start": 1126926684,
            "stop": 1126926694
        },
        {
            "start": 1126926695,
            "stop": 1126926708
        },
        {
            "start": 1126926709,
            "stop": 1126926840
        },
        {
            "start": 1126926841,
            "stop": 1126926895
        },
        {
            "start": 1126926896,
            "stop": 1126926903
        },
        {
            "start": 1126926904,
            "stop": 1126926951
        },
        {
            "start": 1126926953,
            "stop": 1126926986
        },
        {
            "start": 1126926987,
            "stop": 1126927021
        },
        {
            "start": 1126927022,
            "stop": 1126927024
        },
        {
            "start": 1126927025,
            "stop": 1126927057
        },
        {
            "start": 1126927058,
            "stop": 1126927063
        }
    ]
}