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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=302",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 303,
    "results": [
        {
            "start": 821935140,
            "stop": 821944200
        },
        {
            "start": 821944260,
            "stop": 821969293
        },
        {
            "start": 821970104,
            "stop": 821975329
        },
        {
            "start": 821975333,
            "stop": 821977484
        },
        {
            "start": 821977665,
            "stop": 821983080
        },
        {
            "start": 821983140,
            "stop": 821990653
        },
        {
            "start": 821991937,
            "stop": 821992693
        },
        {
            "start": 821993087,
            "stop": 822003373
        },
        {
            "start": 822003393,
            "stop": 822003394
        },
        {
            "start": 822004157,
            "stop": 822004850
        },
        {
            "start": 822004930,
            "stop": 822007670
        },
        {
            "start": 822007750,
            "stop": 822012073
        },
        {
            "start": 822012769,
            "stop": 822022380
        },
        {
            "start": 822022440,
            "stop": 822026280
        },
        {
            "start": 822026400,
            "stop": 822030000
        },
        {
            "start": 822030120,
            "stop": 822032173
        },
        {
            "start": 822032188,
            "stop": 822032189
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822041564
        },
        {
            "start": 822041745,
            "stop": 822047810
        }
    ]
}