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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=223",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 224,
    "results": [
        {
            "start": 821265039,
            "stop": 821267150
        },
        {
            "start": 821267230,
            "stop": 821267749
        },
        {
            "start": 821267756,
            "stop": 821269313
        },
        {
            "start": 821269320,
            "stop": 821270098
        },
        {
            "start": 821270106,
            "stop": 821270564
        },
        {
            "start": 821270865,
            "stop": 821275160
        },
        {
            "start": 821275167,
            "stop": 821275715
        },
        {
            "start": 821275722,
            "stop": 821277215
        },
        {
            "start": 821277222,
            "stop": 821279130
        },
        {
            "start": 821279138,
            "stop": 821284167
        },
        {
            "start": 821284171,
            "stop": 821285917
        },
        {
            "start": 821285924,
            "stop": 821286540
        },
        {
            "start": 821286548,
            "stop": 821287393
        },
        {
            "start": 821288674,
            "stop": 821290500
        },
        {
            "start": 821290690,
            "stop": 821293668
        },
        {
            "start": 821293676,
            "stop": 821294517
        },
        {
            "start": 821294524,
            "stop": 821297871
        },
        {
            "start": 821297878,
            "stop": 821299730
        },
        {
            "start": 821299810,
            "stop": 821307730
        },
        {
            "start": 821308381,
            "stop": 821308628
        }
    ]
}