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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=285",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 286,
    "results": [
        {
            "start": 821693539,
            "stop": 821693553
        },
        {
            "start": 821693557,
            "stop": 821693566
        },
        {
            "start": 821693574,
            "stop": 821693575
        },
        {
            "start": 821693579,
            "stop": 821693581
        },
        {
            "start": 821693584,
            "stop": 821693588
        },
        {
            "start": 821693594,
            "stop": 821693607
        },
        {
            "start": 821693610,
            "stop": 821693644
        },
        {
            "start": 821693650,
            "stop": 821693676
        },
        {
            "start": 821693683,
            "stop": 821693684
        },
        {
            "start": 821693689,
            "stop": 821693691
        },
        {
            "start": 821693694,
            "stop": 821693705
        },
        {
            "start": 821693710,
            "stop": 821693730
        },
        {
            "start": 821693736,
            "stop": 821693742
        },
        {
            "start": 821693745,
            "stop": 821693746
        },
        {
            "start": 821693749,
            "stop": 821693755
        },
        {
            "start": 821693758,
            "stop": 821693761
        },
        {
            "start": 821693764,
            "stop": 821693788
        },
        {
            "start": 821693791,
            "stop": 821693792
        },
        {
            "start": 821693795,
            "stop": 821693807
        },
        {
            "start": 821693810,
            "stop": 821693815
        }
    ]
}