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=7017
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=7018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7016",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7017,
    "results": [
        {
            "start": 873787305,
            "stop": 873787307
        },
        {
            "start": 873787308,
            "stop": 873787314
        },
        {
            "start": 873787315,
            "stop": 873787320
        },
        {
            "start": 873787321,
            "stop": 873787349
        },
        {
            "start": 873787351,
            "stop": 873787398
        },
        {
            "start": 873787399,
            "stop": 873787534
        },
        {
            "start": 873787536,
            "stop": 873787612
        },
        {
            "start": 873787613,
            "stop": 873787741
        },
        {
            "start": 873787742,
            "stop": 873787884
        },
        {
            "start": 873787886,
            "stop": 873787892
        },
        {
            "start": 873787893,
            "stop": 873787894
        },
        {
            "start": 873787895,
            "stop": 873787977
        },
        {
            "start": 873787978,
            "stop": 873788228
        },
        {
            "start": 873788229,
            "stop": 873788433
        },
        {
            "start": 873788435,
            "stop": 873788904
        },
        {
            "start": 873788905,
            "stop": 873789014
        },
        {
            "start": 873789015,
            "stop": 873789112
        },
        {
            "start": 873789113,
            "stop": 873789167
        },
        {
            "start": 873789168,
            "stop": 873789444
        },
        {
            "start": 873789445,
            "stop": 873789788
        }
    ]
}