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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1664",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1662",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1663,
    "results": [
        {
            "start": 957174587,
            "stop": 957174665
        },
        {
            "start": 957174667,
            "stop": 957174776
        },
        {
            "start": 957174778,
            "stop": 957175203
        },
        {
            "start": 957175205,
            "stop": 957175230
        },
        {
            "start": 957175232,
            "stop": 957175375
        },
        {
            "start": 957175377,
            "stop": 957176396
        },
        {
            "start": 957179022,
            "stop": 957179284
        },
        {
            "start": 957180658,
            "stop": 957181180
        },
        {
            "start": 957182977,
            "stop": 957183545
        },
        {
            "start": 957183547,
            "stop": 957184044
        },
        {
            "start": 957184046,
            "stop": 957184719
        },
        {
            "start": 957186082,
            "stop": 957186576
        },
        {
            "start": 957186578,
            "stop": 957188510
        },
        {
            "start": 957188512,
            "stop": 957188738
        },
        {
            "start": 957188740,
            "stop": 957190821
        },
        {
            "start": 957191102,
            "stop": 957192537
        },
        {
            "start": 957192541,
            "stop": 957194561
        },
        {
            "start": 957194563,
            "stop": 957194589
        },
        {
            "start": 957194594,
            "stop": 957194604
        },
        {
            "start": 957194607,
            "stop": 957194613
        }
    ]
}