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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=306",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 307,
    "results": [
        {
            "start": 821317026,
            "stop": 821317033
        },
        {
            "start": 821317036,
            "stop": 821317384
        },
        {
            "start": 821317388,
            "stop": 821317426
        },
        {
            "start": 821317429,
            "stop": 821317469
        },
        {
            "start": 821317472,
            "stop": 821317546
        },
        {
            "start": 821317549,
            "stop": 821317560
        },
        {
            "start": 821317563,
            "stop": 821317632
        },
        {
            "start": 821317635,
            "stop": 821317867
        },
        {
            "start": 821317870,
            "stop": 821317996
        },
        {
            "start": 821317999,
            "stop": 821318221
        },
        {
            "start": 821318224,
            "stop": 821318476
        },
        {
            "start": 821318479,
            "stop": 821318488
        },
        {
            "start": 821318491,
            "stop": 821318719
        },
        {
            "start": 821318722,
            "stop": 821318746
        },
        {
            "start": 821318749,
            "stop": 821318758
        },
        {
            "start": 821318761,
            "stop": 821318795
        },
        {
            "start": 821318798,
            "stop": 821318803
        },
        {
            "start": 821318806,
            "stop": 821318879
        },
        {
            "start": 821318882,
            "stop": 821319047
        },
        {
            "start": 821319050,
            "stop": 821319061
        }
    ]
}