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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=313",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 314,
    "results": [
        {
            "start": 847655811,
            "stop": 847655858
        },
        {
            "start": 847655859,
            "stop": 847655873
        },
        {
            "start": 847655874,
            "stop": 847655904
        },
        {
            "start": 847655905,
            "stop": 847655970
        },
        {
            "start": 847655972,
            "stop": 847655983
        },
        {
            "start": 847655984,
            "stop": 847655999
        },
        {
            "start": 847656001,
            "stop": 847656144
        },
        {
            "start": 847656145,
            "stop": 847656160
        },
        {
            "start": 847656161,
            "stop": 847656256
        },
        {
            "start": 847656257,
            "stop": 847656338
        },
        {
            "start": 847656340,
            "stop": 847656365
        },
        {
            "start": 847656366,
            "stop": 847656458
        },
        {
            "start": 847656459,
            "stop": 847656501
        },
        {
            "start": 847656502,
            "stop": 847656512
        },
        {
            "start": 847656513,
            "stop": 847656543
        },
        {
            "start": 847656545,
            "stop": 847656620
        },
        {
            "start": 847656622,
            "stop": 847656679
        },
        {
            "start": 847656681,
            "stop": 847656714
        },
        {
            "start": 847656715,
            "stop": 847656734
        },
        {
            "start": 847656735,
            "stop": 847656799
        }
    ]
}