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=8591
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=8592",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8590",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8591,
    "results": [
        {
            "start": 870574083,
            "stop": 870574136
        },
        {
            "start": 870574260,
            "stop": 870574267
        },
        {
            "start": 870574287,
            "stop": 870574320
        },
        {
            "start": 870574560,
            "stop": 870574620
        },
        {
            "start": 870574680,
            "stop": 870574860
        },
        {
            "start": 870575040,
            "stop": 870575160
        },
        {
            "start": 870575400,
            "stop": 870575520
        },
        {
            "start": 870575700,
            "stop": 870575760
        },
        {
            "start": 870575820,
            "stop": 870575880
        },
        {
            "start": 870576060,
            "stop": 870576120
        },
        {
            "start": 870576480,
            "stop": 870576540
        },
        {
            "start": 870577020,
            "stop": 870577140
        },
        {
            "start": 870577320,
            "stop": 870577380
        },
        {
            "start": 870577980,
            "stop": 870578003
        },
        {
            "start": 870579626,
            "stop": 870579757
        },
        {
            "start": 870579877,
            "stop": 870579900
        },
        {
            "start": 870580020,
            "stop": 870580683
        },
        {
            "start": 870580700,
            "stop": 870581040
        },
        {
            "start": 870581100,
            "stop": 870581851
        },
        {
            "start": 870581868,
            "stop": 870585042
        }
    ]
}