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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=196",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 197,
    "results": [
        {
            "start": 820362191,
            "stop": 820362248
        },
        {
            "start": 820362254,
            "stop": 820362309
        },
        {
            "start": 820362314,
            "stop": 820362337
        },
        {
            "start": 820362344,
            "stop": 820362963
        },
        {
            "start": 820362970,
            "stop": 820364436
        },
        {
            "start": 820364441,
            "stop": 820365289
        },
        {
            "start": 820365294,
            "stop": 820365791
        },
        {
            "start": 820365796,
            "stop": 820372416
        },
        {
            "start": 820374708,
            "stop": 820380856
        },
        {
            "start": 820380868,
            "stop": 820382262
        },
        {
            "start": 820383370,
            "stop": 820396479
        },
        {
            "start": 820396497,
            "stop": 820396513
        },
        {
            "start": 820396518,
            "stop": 820396561
        },
        {
            "start": 820397257,
            "stop": 820399029
        },
        {
            "start": 820412906,
            "stop": 820415744
        },
        {
            "start": 820415754,
            "stop": 820415763
        },
        {
            "start": 820416859,
            "stop": 820417813
        },
        {
            "start": 820417818,
            "stop": 820418274
        },
        {
            "start": 820418279,
            "stop": 820418383
        },
        {
            "start": 820418388,
            "stop": 820419543
        }
    ]
}