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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=260",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 261,
    "results": [
        {
            "start": 821168296,
            "stop": 821172836
        },
        {
            "start": 821172843,
            "stop": 821173929
        },
        {
            "start": 821173936,
            "stop": 821174395
        },
        {
            "start": 821174402,
            "stop": 821179834
        },
        {
            "start": 821179841,
            "stop": 821180915
        },
        {
            "start": 821180922,
            "stop": 821182393
        },
        {
            "start": 821182397,
            "stop": 821182398
        },
        {
            "start": 821213389,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821214546
        },
        {
            "start": 821214553,
            "stop": 821215500
        },
        {
            "start": 821215560,
            "stop": 821216587
        },
        {
            "start": 821216906,
            "stop": 821216953
        },
        {
            "start": 821217002,
            "stop": 821217003
        },
        {
            "start": 821219445,
            "stop": 821221080
        },
        {
            "start": 821221140,
            "stop": 821221200
        },
        {
            "start": 821221320,
            "stop": 821221333
        },
        {
            "start": 821221574,
            "stop": 821221680
        },
        {
            "start": 821221740,
            "stop": 821222053
        },
        {
            "start": 821224156,
            "stop": 821224728
        },
        {
            "start": 821224735,
            "stop": 821225640
        }
    ]
}