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=8585
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=8586",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8584",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8585,
    "results": [
        {
            "start": 870468782,
            "stop": 870468999
        },
        {
            "start": 870469040,
            "stop": 870469550
        },
        {
            "start": 870469630,
            "stop": 870470880
        },
        {
            "start": 870471000,
            "stop": 870471180
        },
        {
            "start": 870471240,
            "stop": 870471300
        },
        {
            "start": 870471360,
            "stop": 870471900
        },
        {
            "start": 870471960,
            "stop": 870472724
        },
        {
            "start": 870473145,
            "stop": 870473324
        },
        {
            "start": 870473505,
            "stop": 870474168
        },
        {
            "start": 870474185,
            "stop": 870474230
        },
        {
            "start": 870474310,
            "stop": 870474458
        },
        {
            "start": 870474481,
            "stop": 870476155
        },
        {
            "start": 870476275,
            "stop": 870476730
        },
        {
            "start": 870476747,
            "stop": 870477334
        },
        {
            "start": 870477430,
            "stop": 870477663
        },
        {
            "start": 870477783,
            "stop": 870478054
        },
        {
            "start": 870478174,
            "stop": 870480360
        },
        {
            "start": 870480420,
            "stop": 870480564
        },
        {
            "start": 870480670,
            "stop": 870480961
        },
        {
            "start": 870480972,
            "stop": 870480998
        }
    ]
}