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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=311",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 312,
    "results": [
        {
            "start": 821317472,
            "stop": 821317544
        },
        {
            "start": 821317551,
            "stop": 821317560
        },
        {
            "start": 821317563,
            "stop": 821317632
        },
        {
            "start": 821317635,
            "stop": 821317867
        },
        {
            "start": 821317870,
            "stop": 821317996
        },
        {
            "start": 821317999,
            "stop": 821318221
        },
        {
            "start": 821318224,
            "stop": 821318474
        },
        {
            "start": 821318481,
            "stop": 821318488
        },
        {
            "start": 821318491,
            "stop": 821318717
        },
        {
            "start": 821318724,
            "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
        },
        {
            "start": 821319064,
            "stop": 821319308
        },
        {
            "start": 821319311,
            "stop": 821319479
        },
        {
            "start": 821319493,
            "stop": 821319609
        },
        {
            "start": 821319612,
            "stop": 821319668
        }
    ]
}