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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=115",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 116,
    "results": [
        {
            "start": 819269045,
            "stop": 819269413
        },
        {
            "start": 819269458,
            "stop": 819269459
        },
        {
            "start": 819271266,
            "stop": 819276341
        },
        {
            "start": 819276348,
            "stop": 819283936
        },
        {
            "start": 819283943,
            "stop": 819283951
        },
        {
            "start": 819283958,
            "stop": 819284489
        },
        {
            "start": 819284497,
            "stop": 819285960
        },
        {
            "start": 819285967,
            "stop": 819286274
        },
        {
            "start": 819286282,
            "stop": 819286751
        },
        {
            "start": 819286758,
            "stop": 819289545
        },
        {
            "start": 819289557,
            "stop": 819289680
        },
        {
            "start": 819289740,
            "stop": 819289975
        },
        {
            "start": 819289979,
            "stop": 819292416
        },
        {
            "start": 819292424,
            "stop": 819292651
        },
        {
            "start": 819292680,
            "stop": 819293700
        },
        {
            "start": 819293760,
            "stop": 819295033
        },
        {
            "start": 819295717,
            "stop": 819298277
        },
        {
            "start": 819298285,
            "stop": 819298456
        },
        {
            "start": 819298463,
            "stop": 819298487
        },
        {
            "start": 819298495,
            "stop": 819298735
        }
    ]
}