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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=118",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 119,
    "results": [
        {
            "start": 821508343,
            "stop": 821508346
        },
        {
            "start": 821508349,
            "stop": 821508376
        },
        {
            "start": 821508379,
            "stop": 821508381
        },
        {
            "start": 821508384,
            "stop": 821508386
        },
        {
            "start": 821508389,
            "stop": 821508403
        },
        {
            "start": 821508410,
            "stop": 821508458
        },
        {
            "start": 821508461,
            "stop": 821508508
        },
        {
            "start": 821508512,
            "stop": 821508513
        },
        {
            "start": 821508516,
            "stop": 821508528
        },
        {
            "start": 821508532,
            "stop": 821508555
        },
        {
            "start": 821508558,
            "stop": 821508580
        },
        {
            "start": 821508583,
            "stop": 821508585
        },
        {
            "start": 821508588,
            "stop": 821508591
        },
        {
            "start": 821508594,
            "stop": 821508597
        },
        {
            "start": 821508600,
            "stop": 821508623
        },
        {
            "start": 821508626,
            "stop": 821508636
        },
        {
            "start": 821508641,
            "stop": 821508652
        },
        {
            "start": 821508655,
            "stop": 821508678
        },
        {
            "start": 821508681,
            "stop": 821508689
        },
        {
            "start": 821508692,
            "stop": 821508702
        }
    ]
}