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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=289",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 290,
    "results": [
        {
            "start": 821694581,
            "stop": 821694588
        },
        {
            "start": 821694596,
            "stop": 821694599
        },
        {
            "start": 821694602,
            "stop": 821694608
        },
        {
            "start": 821694611,
            "stop": 821694614
        },
        {
            "start": 821694622,
            "stop": 821694635
        },
        {
            "start": 821694638,
            "stop": 821694640
        },
        {
            "start": 821694644,
            "stop": 821694652
        },
        {
            "start": 821694655,
            "stop": 821694667
        },
        {
            "start": 821694673,
            "stop": 821694679
        },
        {
            "start": 821694682,
            "stop": 821694816
        },
        {
            "start": 821694819,
            "stop": 821694825
        },
        {
            "start": 821694828,
            "stop": 821694829
        },
        {
            "start": 821694832,
            "stop": 821694884
        },
        {
            "start": 821694887,
            "stop": 821694891
        },
        {
            "start": 821694894,
            "stop": 821694924
        },
        {
            "start": 821694927,
            "stop": 821694948
        },
        {
            "start": 821694951,
            "stop": 821694963
        },
        {
            "start": 821694966,
            "stop": 821694974
        },
        {
            "start": 821694979,
            "stop": 821694984
        },
        {
            "start": 821694988,
            "stop": 821694995
        }
    ]
}