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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=168",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 169,
    "results": [
        {
            "start": 821642989,
            "stop": 821643142
        },
        {
            "start": 821643146,
            "stop": 821643198
        },
        {
            "start": 821643201,
            "stop": 821643228
        },
        {
            "start": 821643234,
            "stop": 821643242
        },
        {
            "start": 821643245,
            "stop": 821643259
        },
        {
            "start": 821643262,
            "stop": 821643284
        },
        {
            "start": 821643287,
            "stop": 821643292
        },
        {
            "start": 821643295,
            "stop": 821643370
        },
        {
            "start": 821643373,
            "stop": 821643485
        },
        {
            "start": 821643488,
            "stop": 821643499
        },
        {
            "start": 821643504,
            "stop": 821643541
        },
        {
            "start": 821643544,
            "stop": 821643548
        },
        {
            "start": 821643551,
            "stop": 821643584
        },
        {
            "start": 821643587,
            "stop": 821643604
        },
        {
            "start": 821643607,
            "stop": 821643762
        },
        {
            "start": 821643765,
            "stop": 821643796
        },
        {
            "start": 821643799,
            "stop": 821643816
        },
        {
            "start": 821643819,
            "stop": 821643834
        },
        {
            "start": 821643837,
            "stop": 821643886
        },
        {
            "start": 821643889,
            "stop": 821644023
        }
    ]
}