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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=489",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=487",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 488,
    "results": [
        {
            "start": 826593402,
            "stop": 826602271
        },
        {
            "start": 826602292,
            "stop": 826602544
        },
        {
            "start": 826602844,
            "stop": 826605717
        },
        {
            "start": 826605736,
            "stop": 826606403
        },
        {
            "start": 826606406,
            "stop": 826606497
        },
        {
            "start": 826606500,
            "stop": 826606720
        },
        {
            "start": 826606723,
            "stop": 826607918
        },
        {
            "start": 826607935,
            "stop": 826608586
        },
        {
            "start": 826608603,
            "stop": 826610568
        },
        {
            "start": 826610587,
            "stop": 826610591
        },
        {
            "start": 826610625,
            "stop": 826612370
        },
        {
            "start": 826612387,
            "stop": 826616676
        },
        {
            "start": 826616696,
            "stop": 826620832
        },
        {
            "start": 826620836,
            "stop": 826620868
        },
        {
            "start": 826620871,
            "stop": 826621444
        },
        {
            "start": 826621447,
            "stop": 826624032
        },
        {
            "start": 826624035,
            "stop": 826624701
        },
        {
            "start": 826624718,
            "stop": 826624757
        },
        {
            "start": 826624776,
            "stop": 826624803
        },
        {
            "start": 826624822,
            "stop": 826624908
        }
    ]
}