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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1388",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1389,
    "results": [
        {
            "start": 843895772,
            "stop": 843895795
        },
        {
            "start": 843895798,
            "stop": 843895838
        },
        {
            "start": 843895841,
            "stop": 843895866
        },
        {
            "start": 843895869,
            "stop": 843895883
        },
        {
            "start": 843895886,
            "stop": 843895913
        },
        {
            "start": 843895916,
            "stop": 843895985
        },
        {
            "start": 843895988,
            "stop": 843896167
        },
        {
            "start": 843896170,
            "stop": 843896331
        },
        {
            "start": 843896334,
            "stop": 843896474
        },
        {
            "start": 843896477,
            "stop": 843896501
        },
        {
            "start": 843896509,
            "stop": 843896545
        },
        {
            "start": 843896548,
            "stop": 843896610
        },
        {
            "start": 843896613,
            "stop": 843896637
        },
        {
            "start": 843896640,
            "stop": 843896664
        },
        {
            "start": 843896667,
            "stop": 843896744
        },
        {
            "start": 843896747,
            "stop": 843896771
        },
        {
            "start": 843896774,
            "stop": 843896807
        },
        {
            "start": 843896810,
            "stop": 843897145
        },
        {
            "start": 843897148,
            "stop": 843897234
        },
        {
            "start": 843897237,
            "stop": 843897373
        }
    ]
}