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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=344",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 345,
    "results": [
        {
            "start": 821753048,
            "stop": 821753052
        },
        {
            "start": 821753055,
            "stop": 821753058
        },
        {
            "start": 821753061,
            "stop": 821753063
        },
        {
            "start": 821753066,
            "stop": 821753067
        },
        {
            "start": 821753074,
            "stop": 821753075
        },
        {
            "start": 821753078,
            "stop": 821753085
        },
        {
            "start": 821753090,
            "stop": 821753096
        },
        {
            "start": 821753099,
            "stop": 821753101
        },
        {
            "start": 821753104,
            "stop": 821753106
        },
        {
            "start": 821753109,
            "stop": 821753112
        },
        {
            "start": 821753121,
            "stop": 821753123
        },
        {
            "start": 821753126,
            "stop": 821753129
        },
        {
            "start": 821753141,
            "stop": 821753146
        },
        {
            "start": 821753149,
            "stop": 821753153
        },
        {
            "start": 821753157,
            "stop": 821753164
        },
        {
            "start": 821753177,
            "stop": 821753178
        },
        {
            "start": 821753185,
            "stop": 821753193
        },
        {
            "start": 821753196,
            "stop": 821753210
        },
        {
            "start": 821753214,
            "stop": 821753217
        },
        {
            "start": 821753222,
            "stop": 821753224
        }
    ]
}