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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40907",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40908,
    "results": [
        {
            "start": 875093958,
            "stop": 875093982
        },
        {
            "start": 875093983,
            "stop": 875093998
        },
        {
            "start": 875094000,
            "stop": 875094010
        },
        {
            "start": 875094011,
            "stop": 875094025
        },
        {
            "start": 875094026,
            "stop": 875094033
        },
        {
            "start": 875094034,
            "stop": 875094114
        },
        {
            "start": 875094115,
            "stop": 875094142
        },
        {
            "start": 875094143,
            "stop": 875094185
        },
        {
            "start": 875094186,
            "stop": 875094196
        },
        {
            "start": 875094198,
            "stop": 875094213
        },
        {
            "start": 875094214,
            "stop": 875094228
        },
        {
            "start": 875094229,
            "stop": 875094273
        },
        {
            "start": 875094274,
            "stop": 875094321
        },
        {
            "start": 875094322,
            "stop": 875094355
        },
        {
            "start": 875094356,
            "stop": 875094402
        },
        {
            "start": 875094403,
            "stop": 875094416
        },
        {
            "start": 875094417,
            "stop": 875094562
        },
        {
            "start": 875094563,
            "stop": 875094585
        },
        {
            "start": 875094586,
            "stop": 875094605
        },
        {
            "start": 875094607,
            "stop": 875094622
        }
    ]
}