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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=279",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 280,
    "results": [
        {
            "start": 822552472,
            "stop": 822553568
        },
        {
            "start": 822553571,
            "stop": 822553692
        },
        {
            "start": 822553695,
            "stop": 822553703
        },
        {
            "start": 822553706,
            "stop": 822553725
        },
        {
            "start": 822553728,
            "stop": 822553838
        },
        {
            "start": 822553842,
            "stop": 822554003
        },
        {
            "start": 822554006,
            "stop": 822554071
        },
        {
            "start": 822554371,
            "stop": 822554483
        },
        {
            "start": 822554486,
            "stop": 822554712
        },
        {
            "start": 822554715,
            "stop": 822555367
        },
        {
            "start": 822555525,
            "stop": 822555969
        },
        {
            "start": 822555973,
            "stop": 822555975
        },
        {
            "start": 822555978,
            "stop": 822556705
        },
        {
            "start": 822556708,
            "stop": 822556819
        },
        {
            "start": 822556822,
            "stop": 822557050
        },
        {
            "start": 822557053,
            "stop": 822557187
        },
        {
            "start": 822557190,
            "stop": 822558044
        },
        {
            "start": 822558115,
            "stop": 822558553
        },
        {
            "start": 822558916,
            "stop": 822558973
        },
        {
            "start": 822559104,
            "stop": 822560523
        }
    ]
}