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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 177,
    "results": [
        {
            "start": 1420684774,
            "stop": 1420686359
        },
        {
            "start": 1420686364,
            "stop": 1420689709
        },
        {
            "start": 1420689945,
            "stop": 1420692979
        },
        {
            "start": 1420692984,
            "stop": 1420701540
        },
        {
            "start": 1420701545,
            "stop": 1420702552
        },
        {
            "start": 1420702557,
            "stop": 1420702978
        },
        {
            "start": 1420725805,
            "stop": 1420733177
        },
        {
            "start": 1420733180,
            "stop": 1420735083
        },
        {
            "start": 1420735088,
            "stop": 1420736258
        },
        {
            "start": 1420736263,
            "stop": 1420745941
        },
        {
            "start": 1420745946,
            "stop": 1420753779
        },
        {
            "start": 1420753784,
            "stop": 1420754654
        },
        {
            "start": 1420754658,
            "stop": 1420767876
        },
        {
            "start": 1420767881,
            "stop": 1420774478
        },
        {
            "start": 1420774483,
            "stop": 1420774819
        },
        {
            "start": 1420774824,
            "stop": 1420800677
        },
        {
            "start": 1420800682,
            "stop": 1420801121
        },
        {
            "start": 1420801126,
            "stop": 1420803581
        },
        {
            "start": 1420803586,
            "stop": 1420805838
        },
        {
            "start": 1420805843,
            "stop": 1420806731
        }
    ]
}