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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=205",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 206,
    "results": [
        {
            "start": 849777933,
            "stop": 849786073
        },
        {
            "start": 849792926,
            "stop": 849820091
        },
        {
            "start": 849820094,
            "stop": 849822362
        },
        {
            "start": 849829006,
            "stop": 849829152
        },
        {
            "start": 849829576,
            "stop": 849870108
        },
        {
            "start": 849871555,
            "stop": 849892633
        },
        {
            "start": 849897424,
            "stop": 849901303
        },
        {
            "start": 849901998,
            "stop": 849906553
        },
        {
            "start": 849907744,
            "stop": 849911425
        },
        {
            "start": 849911429,
            "stop": 849911434
        },
        {
            "start": 849911435,
            "stop": 849918598
        },
        {
            "start": 849918599,
            "stop": 849942395
        },
        {
            "start": 849942496,
            "stop": 849942497
        },
        {
            "start": 849942500,
            "stop": 849945931
        },
        {
            "start": 849945934,
            "stop": 849945940
        },
        {
            "start": 849945968,
            "stop": 849947372
        },
        {
            "start": 849947378,
            "stop": 849947379
        },
        {
            "start": 849947463,
            "stop": 849947851
        },
        {
            "start": 849947854,
            "stop": 849948042
        },
        {
            "start": 849948045,
            "stop": 849949537
        }
    ]
}