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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=221",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 222,
    "results": [
        {
            "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": 821216589
        },
        {
            "start": 821216906,
            "stop": 821216953
        },
        {
            "start": 821217002,
            "stop": 821217003
        },
        {
            "start": 821219445,
            "stop": 821221333
        },
        {
            "start": 821221574,
            "stop": 821222053
        },
        {
            "start": 821224156,
            "stop": 821224728
        },
        {
            "start": 821224735,
            "stop": 821227273
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821227521
        },
        {
            "start": 821227528,
            "stop": 821232433
        },
        {
            "start": 821233092,
            "stop": 821233910
        },
        {
            "start": 821233990,
            "stop": 821237202
        }
    ]
}