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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=227",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 228,
    "results": [
        {
            "start": 856650092,
            "stop": 856660878
        },
        {
            "start": 856661535,
            "stop": 856684655
        },
        {
            "start": 856686117,
            "stop": 856689528
        },
        {
            "start": 856689622,
            "stop": 856689679
        },
        {
            "start": 856689799,
            "stop": 856695866
        },
        {
            "start": 856697125,
            "stop": 856705349
        },
        {
            "start": 856707098,
            "stop": 856711050
        },
        {
            "start": 856713811,
            "stop": 856718463
        },
        {
            "start": 856720136,
            "stop": 856721199
        },
        {
            "start": 856721486,
            "stop": 856721670
        },
        {
            "start": 856721772,
            "stop": 856730390
        },
        {
            "start": 856731658,
            "stop": 856731805
        },
        {
            "start": 856731868,
            "stop": 856733574
        },
        {
            "start": 856734302,
            "stop": 856734653
        },
        {
            "start": 856736803,
            "stop": 856742776
        },
        {
            "start": 856747643,
            "stop": 856754725
        },
        {
            "start": 856755652,
            "stop": 856773343
        },
        {
            "start": 856774717,
            "stop": 856777941
        },
        {
            "start": 856778101,
            "stop": 856778202
        },
        {
            "start": 856778368,
            "stop": 856782532
        }
    ]
}