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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=245",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 246,
    "results": [
        {
            "start": 820911960,
            "stop": 820912086
        },
        {
            "start": 820912093,
            "stop": 820912560
        },
        {
            "start": 820912620,
            "stop": 820912800
        },
        {
            "start": 820912860,
            "stop": 820913096
        },
        {
            "start": 820913103,
            "stop": 820913156
        },
        {
            "start": 820913220,
            "stop": 820913334
        },
        {
            "start": 820913342,
            "stop": 820913357
        },
        {
            "start": 820913364,
            "stop": 820913473
        },
        {
            "start": 820913480,
            "stop": 820913513
        },
        {
            "start": 820913670,
            "stop": 820913799
        },
        {
            "start": 820913807,
            "stop": 820913940
        },
        {
            "start": 820914000,
            "stop": 820914180
        },
        {
            "start": 820914240,
            "stop": 820914332
        },
        {
            "start": 820914339,
            "stop": 820914735
        },
        {
            "start": 820914743,
            "stop": 820914750
        },
        {
            "start": 820914757,
            "stop": 820915020
        },
        {
            "start": 820915080,
            "stop": 820915291
        },
        {
            "start": 820915298,
            "stop": 820915846
        },
        {
            "start": 820915853,
            "stop": 820915916
        },
        {
            "start": 820915923,
            "stop": 820916040
        }
    ]
}