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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1990",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1991,
    "results": [
        {
            "start": 856721280,
            "stop": 856721310
        },
        {
            "start": 856721315,
            "stop": 856721367
        },
        {
            "start": 856721373,
            "stop": 856721607
        },
        {
            "start": 856721613,
            "stop": 856721615
        },
        {
            "start": 856721628,
            "stop": 856721640
        },
        {
            "start": 856721645,
            "stop": 856721650
        },
        {
            "start": 856721655,
            "stop": 856721670
        },
        {
            "start": 856721675,
            "stop": 856721707
        },
        {
            "start": 856721715,
            "stop": 856724002
        },
        {
            "start": 856724008,
            "stop": 856724625
        },
        {
            "start": 856724871,
            "stop": 856725857
        },
        {
            "start": 856727131,
            "stop": 856727505
        },
        {
            "start": 856727876,
            "stop": 856728034
        },
        {
            "start": 856728036,
            "stop": 856728080
        },
        {
            "start": 856728081,
            "stop": 856728141
        },
        {
            "start": 856728381,
            "stop": 856728390
        },
        {
            "start": 856728450,
            "stop": 856728510
        },
        {
            "start": 856728570,
            "stop": 856728630
        },
        {
            "start": 856728750,
            "stop": 856728792
        },
        {
            "start": 856729173,
            "stop": 856729290
        }
    ]
}