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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8688",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8689,
    "results": [
        {
            "start": 872087925,
            "stop": 872089113
        },
        {
            "start": 872089120,
            "stop": 872089128
        },
        {
            "start": 872089301,
            "stop": 872089773
        },
        {
            "start": 872089893,
            "stop": 872090040
        },
        {
            "start": 872090100,
            "stop": 872091290
        },
        {
            "start": 872091370,
            "stop": 872092898
        },
        {
            "start": 872093229,
            "stop": 872094135
        },
        {
            "start": 872094153,
            "stop": 872094410
        },
        {
            "start": 872094490,
            "stop": 872094626
        },
        {
            "start": 872094746,
            "stop": 872097458
        },
        {
            "start": 872097668,
            "stop": 872099042
        },
        {
            "start": 872099225,
            "stop": 872099390
        },
        {
            "start": 872099470,
            "stop": 872100120
        },
        {
            "start": 872100180,
            "stop": 872100955
        },
        {
            "start": 872101075,
            "stop": 872102518
        },
        {
            "start": 872102535,
            "stop": 872102820
        },
        {
            "start": 872102940,
            "stop": 872102997
        },
        {
            "start": 872103117,
            "stop": 872103325
        },
        {
            "start": 872103329,
            "stop": 872103704
        },
        {
            "start": 872105259,
            "stop": 872105760
        }
    ]
}