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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5204",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5202",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5203,
    "results": [
        {
            "start": 1137029831,
            "stop": 1137029842
        },
        {
            "start": 1137029844,
            "stop": 1137029848
        },
        {
            "start": 1137029850,
            "stop": 1137029856
        },
        {
            "start": 1137029859,
            "stop": 1137029861
        },
        {
            "start": 1137029863,
            "stop": 1137029874
        },
        {
            "start": 1137029879,
            "stop": 1137029881
        },
        {
            "start": 1137029883,
            "stop": 1137029899
        },
        {
            "start": 1137029901,
            "stop": 1137029915
        },
        {
            "start": 1137029916,
            "stop": 1137029918
        },
        {
            "start": 1137029920,
            "stop": 1137029937
        },
        {
            "start": 1137029939,
            "stop": 1137029952
        },
        {
            "start": 1137029954,
            "stop": 1137029964
        },
        {
            "start": 1137029966,
            "stop": 1137029967
        },
        {
            "start": 1137029969,
            "stop": 1137029972
        },
        {
            "start": 1137029974,
            "stop": 1137029986
        },
        {
            "start": 1137029988,
            "stop": 1137029990
        },
        {
            "start": 1137029993,
            "stop": 1137029994
        },
        {
            "start": 1137029995,
            "stop": 1137030355
        },
        {
            "start": 1137030507,
            "stop": 1137030508
        },
        {
            "start": 1137030510,
            "stop": 1137030523
        }
    ]
}