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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3639",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3637",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3638,
    "results": [
        {
            "start": 872425722,
            "stop": 872426278
        },
        {
            "start": 872426295,
            "stop": 872426329
        },
        {
            "start": 872426346,
            "stop": 872426991
        },
        {
            "start": 872427008,
            "stop": 872428078
        },
        {
            "start": 872428099,
            "stop": 872428409
        },
        {
            "start": 872428426,
            "stop": 872428507
        },
        {
            "start": 872428524,
            "stop": 872429223
        },
        {
            "start": 872429240,
            "stop": 872429437
        },
        {
            "start": 872429454,
            "stop": 872429480
        },
        {
            "start": 872429509,
            "stop": 872429648
        },
        {
            "start": 872429665,
            "stop": 872429707
        },
        {
            "start": 872429724,
            "stop": 872429733
        },
        {
            "start": 872429750,
            "stop": 872429900
        },
        {
            "start": 872429917,
            "stop": 872430254
        },
        {
            "start": 872430271,
            "stop": 872430579
        },
        {
            "start": 872430597,
            "stop": 872430659
        },
        {
            "start": 872430676,
            "stop": 872432411
        },
        {
            "start": 872432442,
            "stop": 872432590
        },
        {
            "start": 872432607,
            "stop": 872432758
        },
        {
            "start": 872432775,
            "stop": 872433060
        }
    ]
}