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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=240",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 241,
    "results": [
        {
            "start": 1126881030,
            "stop": 1126881084
        },
        {
            "start": 1126881086,
            "stop": 1126881093
        },
        {
            "start": 1126881094,
            "stop": 1126881100
        },
        {
            "start": 1126881101,
            "stop": 1126881126
        },
        {
            "start": 1126881127,
            "stop": 1126881129
        },
        {
            "start": 1126881132,
            "stop": 1126881137
        },
        {
            "start": 1126881437,
            "stop": 1126881441
        },
        {
            "start": 1126881442,
            "stop": 1126881443
        },
        {
            "start": 1126881446,
            "stop": 1126881497
        },
        {
            "start": 1126881677,
            "stop": 1126881700
        },
        {
            "start": 1126881701,
            "stop": 1126881705
        },
        {
            "start": 1126881706,
            "stop": 1126881733
        },
        {
            "start": 1126881734,
            "stop": 1126881755
        },
        {
            "start": 1126881756,
            "stop": 1126881780
        },
        {
            "start": 1126881782,
            "stop": 1126881783
        },
        {
            "start": 1126881784,
            "stop": 1126881786
        },
        {
            "start": 1126881787,
            "stop": 1126881799
        },
        {
            "start": 1126881801,
            "stop": 1126881802
        },
        {
            "start": 1126881805,
            "stop": 1126881815
        },
        {
            "start": 1126881816,
            "stop": 1126881831
        }
    ]
}