Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=157
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=156",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 157,
    "results": [
        {
            "start": 1135054457,
            "stop": 1135054458
        },
        {
            "start": 1135054461,
            "stop": 1135054462
        },
        {
            "start": 1135054473,
            "stop": 1135054474
        },
        {
            "start": 1135054477,
            "stop": 1135054478
        },
        {
            "start": 1135054481,
            "stop": 1135054482
        },
        {
            "start": 1135054491,
            "stop": 1135054493
        },
        {
            "start": 1135054496,
            "stop": 1135054497
        },
        {
            "start": 1135054500,
            "stop": 1135054501
        },
        {
            "start": 1135054504,
            "stop": 1135054505
        },
        {
            "start": 1135054511,
            "stop": 1135054513
        },
        {
            "start": 1135054521,
            "stop": 1135054522
        },
        {
            "start": 1135054525,
            "stop": 1135054526
        },
        {
            "start": 1135054532,
            "stop": 1135054534
        },
        {
            "start": 1135054539,
            "stop": 1135054542
        },
        {
            "start": 1135054548,
            "stop": 1135054549
        },
        {
            "start": 1135054555,
            "stop": 1135054556
        },
        {
            "start": 1135054571,
            "stop": 1135054572
        },
        {
            "start": 1135054575,
            "stop": 1135054578
        },
        {
            "start": 1135054599,
            "stop": 1135054600
        },
        {
            "start": 1135054615,
            "stop": 1135054616
        }
    ]
}