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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=206",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 207,
    "results": [
        {
            "start": 817696701,
            "stop": 817696791
        },
        {
            "start": 817696840,
            "stop": 817696881
        },
        {
            "start": 817696904,
            "stop": 817696915
        },
        {
            "start": 817696947,
            "stop": 817696955
        },
        {
            "start": 817696975,
            "stop": 817696991
        },
        {
            "start": 817697025,
            "stop": 817697028
        },
        {
            "start": 817697049,
            "stop": 817697064
        },
        {
            "start": 817697099,
            "stop": 817697148
        },
        {
            "start": 817697169,
            "stop": 817697297
        },
        {
            "start": 817697326,
            "stop": 817697338
        },
        {
            "start": 817697358,
            "stop": 817697428
        },
        {
            "start": 817697468,
            "stop": 817697544
        },
        {
            "start": 817697568,
            "stop": 817697574
        },
        {
            "start": 817697610,
            "stop": 817697716
        },
        {
            "start": 817697738,
            "stop": 817697763
        },
        {
            "start": 817697786,
            "stop": 817697856
        },
        {
            "start": 817697896,
            "stop": 817698021
        },
        {
            "start": 817698042,
            "stop": 817698067
        },
        {
            "start": 817698135,
            "stop": 817698169
        },
        {
            "start": 817698196,
            "stop": 817698219
        }
    ]
}