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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=398",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 399,
    "results": [
        {
            "start": 821489643,
            "stop": 821489709
        },
        {
            "start": 821489712,
            "stop": 821489726
        },
        {
            "start": 821489730,
            "stop": 821489928
        },
        {
            "start": 821489947,
            "stop": 821490009
        },
        {
            "start": 821490012,
            "stop": 821490136
        },
        {
            "start": 821490139,
            "stop": 821490274
        },
        {
            "start": 821490293,
            "stop": 821490622
        },
        {
            "start": 821490625,
            "stop": 821490636
        },
        {
            "start": 821490639,
            "stop": 821490958
        },
        {
            "start": 821490961,
            "stop": 821491059
        },
        {
            "start": 821491062,
            "stop": 821491124
        },
        {
            "start": 821491127,
            "stop": 821491367
        },
        {
            "start": 821491370,
            "stop": 821491459
        },
        {
            "start": 821491579,
            "stop": 821491602
        },
        {
            "start": 821491786,
            "stop": 821491800
        },
        {
            "start": 821491920,
            "stop": 821492166
        },
        {
            "start": 821492169,
            "stop": 821492230
        },
        {
            "start": 821492233,
            "stop": 821492268
        },
        {
            "start": 821492271,
            "stop": 821492294
        },
        {
            "start": 821492297,
            "stop": 821492402
        }
    ]
}