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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=366",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 367,
    "results": [
        {
            "start": 821495955,
            "stop": 821496008
        },
        {
            "start": 821496011,
            "stop": 821496018
        },
        {
            "start": 821496021,
            "stop": 821496031
        },
        {
            "start": 821496034,
            "stop": 821496052
        },
        {
            "start": 821496055,
            "stop": 821496070
        },
        {
            "start": 821496073,
            "stop": 821496084
        },
        {
            "start": 821496091,
            "stop": 821496134
        },
        {
            "start": 821496137,
            "stop": 821496169
        },
        {
            "start": 821496177,
            "stop": 821496189
        },
        {
            "start": 821496192,
            "stop": 821496266
        },
        {
            "start": 821496288,
            "stop": 821496289
        },
        {
            "start": 821497024,
            "stop": 821497036
        },
        {
            "start": 821497082,
            "stop": 821497090
        },
        {
            "start": 821497097,
            "stop": 821497099
        },
        {
            "start": 821497108,
            "stop": 821497115
        },
        {
            "start": 821497124,
            "stop": 821497128
        },
        {
            "start": 821497131,
            "stop": 821497134
        },
        {
            "start": 821497137,
            "stop": 821497138
        },
        {
            "start": 821497148,
            "stop": 821497149
        },
        {
            "start": 821497156,
            "stop": 821497160
        }
    ]
}