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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=7",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 8,
    "results": [
        {
            "start": 815468830,
            "stop": 815469000
        },
        {
            "start": 815469003,
            "stop": 815469583
        },
        {
            "start": 815469586,
            "stop": 815469855
        },
        {
            "start": 815469858,
            "stop": 815469893
        },
        {
            "start": 815469896,
            "stop": 815470125
        },
        {
            "start": 815470126,
            "stop": 815470990
        },
        {
            "start": 815471910,
            "stop": 815471936
        },
        {
            "start": 815471939,
            "stop": 815477609
        },
        {
            "start": 815477612,
            "stop": 815480225
        },
        {
            "start": 815533002,
            "stop": 815533215
        },
        {
            "start": 815533392,
            "stop": 815533523
        },
        {
            "start": 815533909,
            "stop": 815533948
        },
        {
            "start": 815534401,
            "stop": 815534509
        },
        {
            "start": 815543063,
            "stop": 815544750
        },
        {
            "start": 815544810,
            "stop": 815546670
        },
        {
            "start": 815546730,
            "stop": 815551004
        },
        {
            "start": 815552578,
            "stop": 815555551
        },
        {
            "start": 815563790,
            "stop": 815571750
        },
        {
            "start": 815576075,
            "stop": 815580690
        },
        {
            "start": 815580750,
            "stop": 815590170
        }
    ]
}