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=2930
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=2931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2929",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2930,
    "results": [
        {
            "start": 859004325,
            "stop": 859004384
        },
        {
            "start": 859004565,
            "stop": 859007776
        },
        {
            "start": 859007781,
            "stop": 859008234
        },
        {
            "start": 859008237,
            "stop": 859033449
        },
        {
            "start": 859033452,
            "stop": 859042100
        },
        {
            "start": 859042108,
            "stop": 859042110
        },
        {
            "start": 859042115,
            "stop": 859042140
        },
        {
            "start": 859042200,
            "stop": 859042329
        },
        {
            "start": 859042332,
            "stop": 859042419
        },
        {
            "start": 859042423,
            "stop": 859042618
        },
        {
            "start": 859059180,
            "stop": 859059343
        },
        {
            "start": 859059346,
            "stop": 859059730
        },
        {
            "start": 859059735,
            "stop": 859059799
        },
        {
            "start": 859059802,
            "stop": 859060531
        },
        {
            "start": 859060534,
            "stop": 859060676
        },
        {
            "start": 859060679,
            "stop": 859061012
        },
        {
            "start": 859061015,
            "stop": 859061133
        },
        {
            "start": 859061136,
            "stop": 859061340
        },
        {
            "start": 859061460,
            "stop": 859062621
        },
        {
            "start": 859062624,
            "stop": 859062676
        }
    ]
}