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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7114",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7115,
    "results": [
        {
            "start": 874685466,
            "stop": 874685478
        },
        {
            "start": 874685480,
            "stop": 874685548
        },
        {
            "start": 874685551,
            "stop": 874685553
        },
        {
            "start": 874685554,
            "stop": 874685556
        },
        {
            "start": 874685559,
            "stop": 874685609
        },
        {
            "start": 874685622,
            "stop": 874685672
        },
        {
            "start": 874685673,
            "stop": 874685677
        },
        {
            "start": 874685678,
            "stop": 874685732
        },
        {
            "start": 874685733,
            "stop": 874685777
        },
        {
            "start": 874685778,
            "stop": 874685831
        },
        {
            "start": 874685832,
            "stop": 874685863
        },
        {
            "start": 874685864,
            "stop": 874685890
        },
        {
            "start": 874685893,
            "stop": 874686136
        },
        {
            "start": 874686138,
            "stop": 874686153
        },
        {
            "start": 874686158,
            "stop": 874686159
        },
        {
            "start": 874686163,
            "stop": 874686191
        },
        {
            "start": 874686194,
            "stop": 874686636
        },
        {
            "start": 874686639,
            "stop": 874686749
        },
        {
            "start": 874686752,
            "stop": 874686753
        },
        {
            "start": 874686756,
            "stop": 874687612
        }
    ]
}