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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=156",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 157,
    "results": [
        {
            "start": 1418931392,
            "stop": 1418933421
        },
        {
            "start": 1418933424,
            "stop": 1418955525
        },
        {
            "start": 1418955530,
            "stop": 1418958459
        },
        {
            "start": 1418958461,
            "stop": 1418962002
        },
        {
            "start": 1418979165,
            "stop": 1418979288
        },
        {
            "start": 1418979291,
            "stop": 1418982806
        },
        {
            "start": 1418982808,
            "stop": 1418998698
        },
        {
            "start": 1418999358,
            "stop": 1418999708
        },
        {
            "start": 1418999713,
            "stop": 1419002062
        },
        {
            "start": 1419002067,
            "stop": 1419006648
        },
        {
            "start": 1419007279,
            "stop": 1419010823
        },
        {
            "start": 1419021400,
            "stop": 1419022547
        },
        {
            "start": 1419022807,
            "stop": 1419033158
        },
        {
            "start": 1419033160,
            "stop": 1419039870
        },
        {
            "start": 1419039875,
            "stop": 1419051540
        },
        {
            "start": 1419051619,
            "stop": 1419066830
        },
        {
            "start": 1419067139,
            "stop": 1419073926
        },
        {
            "start": 1419073931,
            "stop": 1419084229
        },
        {
            "start": 1419084232,
            "stop": 1419089987
        },
        {
            "start": 1419089989,
            "stop": 1419091585
        }
    ]
}