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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=209",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 210,
    "results": [
        {
            "start": 821670284,
            "stop": 821670306
        },
        {
            "start": 821670309,
            "stop": 821670394
        },
        {
            "start": 821670397,
            "stop": 821670401
        },
        {
            "start": 821670404,
            "stop": 821670493
        },
        {
            "start": 821670496,
            "stop": 821670531
        },
        {
            "start": 821670536,
            "stop": 821670552
        },
        {
            "start": 821670555,
            "stop": 821670571
        },
        {
            "start": 821670578,
            "stop": 821670763
        },
        {
            "start": 821670766,
            "stop": 821670795
        },
        {
            "start": 821670800,
            "stop": 821670821
        },
        {
            "start": 821670825,
            "stop": 821670836
        },
        {
            "start": 821670839,
            "stop": 821670855
        },
        {
            "start": 821670858,
            "stop": 821670949
        },
        {
            "start": 821670952,
            "stop": 821670982
        },
        {
            "start": 821670985,
            "stop": 821671076
        },
        {
            "start": 821671079,
            "stop": 821671084
        },
        {
            "start": 821671087,
            "stop": 821671088
        },
        {
            "start": 821671091,
            "stop": 821671125
        },
        {
            "start": 821671132,
            "stop": 821671147
        },
        {
            "start": 821671150,
            "stop": 821671182
        }
    ]
}