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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=404",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 405,
    "results": [
        {
            "start": 826305352,
            "stop": 826306310
        },
        {
            "start": 826306450,
            "stop": 826306980
        },
        {
            "start": 826307170,
            "stop": 826308120
        },
        {
            "start": 826308250,
            "stop": 826309790
        },
        {
            "start": 826309870,
            "stop": 826310176
        },
        {
            "start": 826310221,
            "stop": 826310692
        },
        {
            "start": 826310721,
            "stop": 826313580
        },
        {
            "start": 826313640,
            "stop": 826314650
        },
        {
            "start": 826314790,
            "stop": 826315680
        },
        {
            "start": 826315740,
            "stop": 826315850
        },
        {
            "start": 826315930,
            "stop": 826316353
        },
        {
            "start": 826324002,
            "stop": 826326913
        },
        {
            "start": 826332770,
            "stop": 826334449
        },
        {
            "start": 826334479,
            "stop": 826336310
        },
        {
            "start": 826336390,
            "stop": 826339634
        },
        {
            "start": 826340091,
            "stop": 826340093
        },
        {
            "start": 826340568,
            "stop": 826341459
        },
        {
            "start": 826341633,
            "stop": 826341995
        },
        {
            "start": 826342935,
            "stop": 826347020
        },
        {
            "start": 826347891,
            "stop": 826355824
        }
    ]
}