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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=159",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 160,
    "results": [
        {
            "start": 820063001,
            "stop": 820063002
        },
        {
            "start": 820064390,
            "stop": 820065131
        },
        {
            "start": 820065139,
            "stop": 820066405
        },
        {
            "start": 820066412,
            "stop": 820067432
        },
        {
            "start": 820067439,
            "stop": 820067458
        },
        {
            "start": 820067465,
            "stop": 820069167
        },
        {
            "start": 820069174,
            "stop": 820069493
        },
        {
            "start": 820069500,
            "stop": 820075103
        },
        {
            "start": 820075110,
            "stop": 820075440
        },
        {
            "start": 820075620,
            "stop": 820075624
        },
        {
            "start": 820075632,
            "stop": 820075978
        },
        {
            "start": 820075985,
            "stop": 820076504
        },
        {
            "start": 820076511,
            "stop": 820077710
        },
        {
            "start": 820077717,
            "stop": 820078017
        },
        {
            "start": 820078024,
            "stop": 820078422
        },
        {
            "start": 820078430,
            "stop": 820083608
        },
        {
            "start": 820083615,
            "stop": 820084380
        },
        {
            "start": 820084440,
            "stop": 820084550
        },
        {
            "start": 820084630,
            "stop": 820086392
        },
        {
            "start": 820086400,
            "stop": 820086990
        }
    ]
}