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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=292",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 293,
    "results": [
        {
            "start": 856689622,
            "stop": 856689679
        },
        {
            "start": 856689799,
            "stop": 856695836
        },
        {
            "start": 856697125,
            "stop": 856705349
        },
        {
            "start": 856707098,
            "stop": 856711050
        },
        {
            "start": 856713811,
            "stop": 856718433
        },
        {
            "start": 856720136,
            "stop": 856721199
        },
        {
            "start": 856721486,
            "stop": 856721670
        },
        {
            "start": 856721772,
            "stop": 856730360
        },
        {
            "start": 856731658,
            "stop": 856731805
        },
        {
            "start": 856731868,
            "stop": 856733544
        },
        {
            "start": 856734302,
            "stop": 856734623
        },
        {
            "start": 856736803,
            "stop": 856742746
        },
        {
            "start": 856747643,
            "stop": 856754695
        },
        {
            "start": 856755652,
            "stop": 856773343
        },
        {
            "start": 856774717,
            "stop": 856777941
        },
        {
            "start": 856778101,
            "stop": 856778202
        },
        {
            "start": 856778368,
            "stop": 856782532
        },
        {
            "start": 856782678,
            "stop": 856793127
        },
        {
            "start": 856794656,
            "stop": 856797742
        },
        {
            "start": 856798862,
            "stop": 856798954
        }
    ]
}