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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=159",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 160,
    "results": [
        {
            "start": 832557472,
            "stop": 832601893
        },
        {
            "start": 832610422,
            "stop": 832611905
        },
        {
            "start": 832612017,
            "stop": 832613833
        },
        {
            "start": 832613858,
            "stop": 832613859
        },
        {
            "start": 832618240,
            "stop": 832619083
        },
        {
            "start": 832620386,
            "stop": 832620973
        },
        {
            "start": 832623158,
            "stop": 832625473
        },
        {
            "start": 832625486,
            "stop": 832625487
        },
        {
            "start": 832625730,
            "stop": 832627513
        },
        {
            "start": 832631194,
            "stop": 832633001
        },
        {
            "start": 832635893,
            "stop": 832638097
        },
        {
            "start": 832638341,
            "stop": 832639429
        },
        {
            "start": 832642191,
            "stop": 832642207
        },
        {
            "start": 832642216,
            "stop": 832642231
        },
        {
            "start": 832642258,
            "stop": 832642264
        },
        {
            "start": 832642272,
            "stop": 832642283
        },
        {
            "start": 832642612,
            "stop": 832643148
        },
        {
            "start": 832643152,
            "stop": 832643158
        },
        {
            "start": 832643162,
            "stop": 832643178
        },
        {
            "start": 832643181,
            "stop": 832643184
        }
    ]
}