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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=200",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 201,
    "results": [
        {
            "start": 820416070,
            "stop": 820416180
        },
        {
            "start": 820416240,
            "stop": 820416813
        },
        {
            "start": 820416820,
            "stop": 820417214
        },
        {
            "start": 820417221,
            "stop": 820417239
        },
        {
            "start": 820417246,
            "stop": 820417281
        },
        {
            "start": 820417288,
            "stop": 820417585
        },
        {
            "start": 820417593,
            "stop": 820418220
        },
        {
            "start": 820418280,
            "stop": 820418347
        },
        {
            "start": 820418354,
            "stop": 820418476
        },
        {
            "start": 820418484,
            "stop": 820418496
        },
        {
            "start": 820418504,
            "stop": 820418976
        },
        {
            "start": 820418983,
            "stop": 820419052
        },
        {
            "start": 820419059,
            "stop": 820419192
        },
        {
            "start": 820419199,
            "stop": 820419256
        },
        {
            "start": 820419263,
            "stop": 820419683
        },
        {
            "start": 820419691,
            "stop": 820419858
        },
        {
            "start": 820419865,
            "stop": 820420077
        },
        {
            "start": 820420100,
            "stop": 820420200
        },
        {
            "start": 820420260,
            "stop": 820420348
        },
        {
            "start": 820420372,
            "stop": 820420455
        }
    ]
}