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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=229",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 230,
    "results": [
        {
            "start": 821564399,
            "stop": 821564498
        },
        {
            "start": 821564501,
            "stop": 821564504
        },
        {
            "start": 821564507,
            "stop": 821564632
        },
        {
            "start": 821564635,
            "stop": 821564637
        },
        {
            "start": 821564641,
            "stop": 821564644
        },
        {
            "start": 821564647,
            "stop": 821564702
        },
        {
            "start": 821564707,
            "stop": 821564710
        },
        {
            "start": 821564713,
            "stop": 821564784
        },
        {
            "start": 821564788,
            "stop": 821564833
        },
        {
            "start": 821570867,
            "stop": 821570951
        },
        {
            "start": 821570954,
            "stop": 821571048
        },
        {
            "start": 821571051,
            "stop": 821571078
        },
        {
            "start": 821571083,
            "stop": 821571084
        },
        {
            "start": 821571087,
            "stop": 821571119
        },
        {
            "start": 821571122,
            "stop": 821571133
        },
        {
            "start": 821571136,
            "stop": 821571164
        },
        {
            "start": 821571167,
            "stop": 821571201
        },
        {
            "start": 821571205,
            "stop": 821571207
        },
        {
            "start": 821571211,
            "stop": 821571231
        },
        {
            "start": 821571234,
            "stop": 821571313
        }
    ]
}