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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=158",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 159,
    "results": [
        {
            "start": 834437131,
            "stop": 834437773
        },
        {
            "start": 834445815,
            "stop": 834450341
        },
        {
            "start": 834450641,
            "stop": 834460784
        },
        {
            "start": 834460787,
            "stop": 834465489
        },
        {
            "start": 834465491,
            "stop": 834478403
        },
        {
            "start": 834479523,
            "stop": 834490806
        },
        {
            "start": 834490807,
            "stop": 834500814
        },
        {
            "start": 834500815,
            "stop": 834501291
        },
        {
            "start": 834501292,
            "stop": 834509293
        },
        {
            "start": 834510738,
            "stop": 834510785
        },
        {
            "start": 834512826,
            "stop": 834515744
        },
        {
            "start": 834516999,
            "stop": 834517646
        },
        {
            "start": 834517647,
            "stop": 834517665
        },
        {
            "start": 834517669,
            "stop": 834518274
        },
        {
            "start": 834518827,
            "stop": 834520093
        },
        {
            "start": 834522185,
            "stop": 834524262
        },
        {
            "start": 834556273,
            "stop": 834568053
        },
        {
            "start": 834568055,
            "stop": 834568153
        },
        {
            "start": 834569953,
            "stop": 834571021
        },
        {
            "start": 834571023,
            "stop": 834571188
        }
    ]
}