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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 155,
    "results": [
        {
            "start": 1418631239,
            "stop": 1418632457
        },
        {
            "start": 1418632462,
            "stop": 1418650080
        },
        {
            "start": 1418650085,
            "stop": 1418654623
        },
        {
            "start": 1418654628,
            "stop": 1418654775
        },
        {
            "start": 1418654780,
            "stop": 1418659841
        },
        {
            "start": 1418659846,
            "stop": 1418660612
        },
        {
            "start": 1418660616,
            "stop": 1418660961
        },
        {
            "start": 1418660965,
            "stop": 1418661016
        },
        {
            "start": 1418674074,
            "stop": 1418678396
        },
        {
            "start": 1418678401,
            "stop": 1418678410
        },
        {
            "start": 1418678415,
            "stop": 1418678425
        },
        {
            "start": 1418678430,
            "stop": 1418680562
        },
        {
            "start": 1418680567,
            "stop": 1418680980
        },
        {
            "start": 1418680984,
            "stop": 1418680988
        },
        {
            "start": 1418680993,
            "stop": 1418683568
        },
        {
            "start": 1418683572,
            "stop": 1418687682
        },
        {
            "start": 1418687686,
            "stop": 1418689246
        },
        {
            "start": 1418689251,
            "stop": 1418692664
        },
        {
            "start": 1418692669,
            "stop": 1418701618
        },
        {
            "start": 1418701623,
            "stop": 1418701903
        }
    ]
}