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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=54",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 55,
    "results": [
        {
            "start": 1126417142,
            "stop": 1126417181
        },
        {
            "start": 1126417182,
            "stop": 1126417326
        },
        {
            "start": 1126417330,
            "stop": 1126417461
        },
        {
            "start": 1126417463,
            "stop": 1126417485
        },
        {
            "start": 1126417486,
            "stop": 1126417581
        },
        {
            "start": 1126417583,
            "stop": 1126417737
        },
        {
            "start": 1126417739,
            "stop": 1126418080
        },
        {
            "start": 1126418081,
            "stop": 1126418389
        },
        {
            "start": 1126418390,
            "stop": 1126418686
        },
        {
            "start": 1126418687,
            "stop": 1126418745
        },
        {
            "start": 1126418746,
            "stop": 1126418996
        },
        {
            "start": 1126418997,
            "stop": 1126419311
        },
        {
            "start": 1126419312,
            "stop": 1126419635
        },
        {
            "start": 1126419636,
            "stop": 1126419855
        },
        {
            "start": 1126419857,
            "stop": 1126419951
        },
        {
            "start": 1126419952,
            "stop": 1126419989
        },
        {
            "start": 1126419992,
            "stop": 1126420200
        },
        {
            "start": 1126420202,
            "stop": 1126420217
        },
        {
            "start": 1126420277,
            "stop": 1126420292
        },
        {
            "start": 1126420293,
            "stop": 1126420311
        }
    ]
}