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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=42",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 43,
    "results": [
        {
            "start": 821225176,
            "stop": 821232148
        },
        {
            "start": 821232164,
            "stop": 821232290
        },
        {
            "start": 821232766,
            "stop": 821239234
        },
        {
            "start": 821239673,
            "stop": 821240461
        },
        {
            "start": 821240508,
            "stop": 821244171
        },
        {
            "start": 821244174,
            "stop": 821247745
        },
        {
            "start": 821247758,
            "stop": 821254921
        },
        {
            "start": 821254939,
            "stop": 821262409
        },
        {
            "start": 821262420,
            "stop": 821272290
        },
        {
            "start": 821272293,
            "stop": 821273114
        },
        {
            "start": 821273149,
            "stop": 821278791
        },
        {
            "start": 821278799,
            "stop": 821278804
        },
        {
            "start": 821278892,
            "stop": 821284681
        },
        {
            "start": 821284692,
            "stop": 821287418
        },
        {
            "start": 821288254,
            "stop": 821293297
        },
        {
            "start": 821293323,
            "stop": 821300499
        },
        {
            "start": 821300506,
            "stop": 821307493
        },
        {
            "start": 821308033,
            "stop": 821312144
        },
        {
            "start": 821312151,
            "stop": 821319479
        },
        {
            "start": 821319493,
            "stop": 821324483
        }
    ]
}