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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=673",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 674,
    "results": [
        {
            "start": 852057307,
            "stop": 852062245
        },
        {
            "start": 852062248,
            "stop": 852062888
        },
        {
            "start": 852062890,
            "stop": 852064722
        },
        {
            "start": 852064724,
            "stop": 852065233
        },
        {
            "start": 852147338,
            "stop": 852147373
        },
        {
            "start": 852154477,
            "stop": 852156133
        },
        {
            "start": 852156816,
            "stop": 852212145
        },
        {
            "start": 852212147,
            "stop": 852212293
        },
        {
            "start": 852253339,
            "stop": 852257623
        },
        {
            "start": 852257625,
            "stop": 852263380
        },
        {
            "start": 852267649,
            "stop": 852276886
        },
        {
            "start": 852278238,
            "stop": 852304339
        },
        {
            "start": 852304341,
            "stop": 852312952
        },
        {
            "start": 852315892,
            "stop": 852323061
        },
        {
            "start": 852324281,
            "stop": 852324657
        },
        {
            "start": 852324659,
            "stop": 852325431
        },
        {
            "start": 852326433,
            "stop": 852327688
        },
        {
            "start": 852327690,
            "stop": 852331123
        },
        {
            "start": 852331124,
            "stop": 852334094
        },
        {
            "start": 852334095,
            "stop": 852358182
        }
    ]
}