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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=141",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 142,
    "results": [
        {
            "start": 835962564,
            "stop": 835978478
        },
        {
            "start": 835978479,
            "stop": 835978770
        },
        {
            "start": 835980371,
            "stop": 835984104
        },
        {
            "start": 835985009,
            "stop": 835988690
        },
        {
            "start": 835988797,
            "stop": 835989662
        },
        {
            "start": 835989742,
            "stop": 836038691
        },
        {
            "start": 836038994,
            "stop": 836039534
        },
        {
            "start": 836039644,
            "stop": 836039649
        },
        {
            "start": 836042913,
            "stop": 836061553
        },
        {
            "start": 836061555,
            "stop": 836063460
        },
        {
            "start": 836064734,
            "stop": 836067440
        },
        {
            "start": 836074822,
            "stop": 836078870
        },
        {
            "start": 836079173,
            "stop": 836080397
        },
        {
            "start": 836084224,
            "stop": 836097877
        },
        {
            "start": 836099208,
            "stop": 836108886
        },
        {
            "start": 836108996,
            "stop": 836109790
        },
        {
            "start": 836110090,
            "stop": 836118774
        },
        {
            "start": 836119074,
            "stop": 836119261
        },
        {
            "start": 836120775,
            "stop": 836126238
        },
        {
            "start": 836132113,
            "stop": 836158058
        }
    ]
}