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=40723
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=40724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40722",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40723,
    "results": [
        {
            "start": 874957722,
            "stop": 874957728
        },
        {
            "start": 874957729,
            "stop": 874957748
        },
        {
            "start": 874957751,
            "stop": 874957755
        },
        {
            "start": 874957757,
            "stop": 874957790
        },
        {
            "start": 874957791,
            "stop": 874957832
        },
        {
            "start": 874957833,
            "stop": 874957878
        },
        {
            "start": 874957879,
            "stop": 874957880
        },
        {
            "start": 874957881,
            "stop": 874957899
        },
        {
            "start": 874957900,
            "stop": 874957927
        },
        {
            "start": 874957928,
            "stop": 874957930
        },
        {
            "start": 874957933,
            "stop": 874957934
        },
        {
            "start": 874957935,
            "stop": 874957978
        },
        {
            "start": 874958100,
            "stop": 874958123
        },
        {
            "start": 874958124,
            "stop": 874958133
        },
        {
            "start": 874958134,
            "stop": 874958136
        },
        {
            "start": 874958137,
            "stop": 874958141
        },
        {
            "start": 874958142,
            "stop": 874958150
        },
        {
            "start": 874958152,
            "stop": 874958170
        },
        {
            "start": 874958171,
            "stop": 874958173
        },
        {
            "start": 874958175,
            "stop": 874958181
        }
    ]
}