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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 160,
    "results": [
        {
            "start": 820384238,
            "stop": 820384380
        },
        {
            "start": 820384440,
            "stop": 820387923
        },
        {
            "start": 820387926,
            "stop": 820388636
        },
        {
            "start": 820388639,
            "stop": 820388803
        },
        {
            "start": 820388806,
            "stop": 820390048
        },
        {
            "start": 820390051,
            "stop": 820390474
        },
        {
            "start": 820390478,
            "stop": 820394324
        },
        {
            "start": 820394685,
            "stop": 820395505
        },
        {
            "start": 820395509,
            "stop": 820395512
        },
        {
            "start": 820395515,
            "stop": 820395636
        },
        {
            "start": 820395639,
            "stop": 820395730
        },
        {
            "start": 820395734,
            "stop": 820395967
        },
        {
            "start": 820395970,
            "stop": 820397101
        },
        {
            "start": 820397104,
            "stop": 820398911
        },
        {
            "start": 820409872,
            "stop": 820410171
        },
        {
            "start": 820410174,
            "stop": 820410445
        },
        {
            "start": 820410448,
            "stop": 820410671
        },
        {
            "start": 820410674,
            "stop": 820410682
        },
        {
            "start": 820410685,
            "stop": 820411232
        },
        {
            "start": 820411235,
            "stop": 820411246
        }
    ]
}