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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=180",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 181,
    "results": [
        {
            "start": 820208000,
            "stop": 820208107
        },
        {
            "start": 820208121,
            "stop": 820208168
        },
        {
            "start": 820208175,
            "stop": 820208187
        },
        {
            "start": 820208194,
            "stop": 820208214
        },
        {
            "start": 820208228,
            "stop": 820208229
        },
        {
            "start": 820208236,
            "stop": 820208344
        },
        {
            "start": 820208351,
            "stop": 820208358
        },
        {
            "start": 820208367,
            "stop": 820208481
        },
        {
            "start": 820208501,
            "stop": 820208510
        },
        {
            "start": 820208517,
            "stop": 820208518
        },
        {
            "start": 820208525,
            "stop": 820208610
        },
        {
            "start": 820208805,
            "stop": 820208889
        },
        {
            "start": 820208897,
            "stop": 820208976
        },
        {
            "start": 820208983,
            "stop": 820209016
        },
        {
            "start": 820209024,
            "stop": 820209029
        },
        {
            "start": 820209043,
            "stop": 820209107
        },
        {
            "start": 820209114,
            "stop": 820209160
        },
        {
            "start": 820209174,
            "stop": 820209224
        },
        {
            "start": 820209231,
            "stop": 820209413
        },
        {
            "start": 820209421,
            "stop": 820209552
        }
    ]
}