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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2095",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2096,
    "results": [
        {
            "start": 864574063,
            "stop": 864576955
        },
        {
            "start": 864576960,
            "stop": 864576975
        },
        {
            "start": 864576980,
            "stop": 864577330
        },
        {
            "start": 864577477,
            "stop": 864581882
        },
        {
            "start": 864581888,
            "stop": 864581937
        },
        {
            "start": 864581943,
            "stop": 864581972
        },
        {
            "start": 864581978,
            "stop": 864584580
        },
        {
            "start": 864584640,
            "stop": 864585096
        },
        {
            "start": 864585396,
            "stop": 864585769
        },
        {
            "start": 864586439,
            "stop": 864589542
        },
        {
            "start": 864589548,
            "stop": 864590040
        },
        {
            "start": 864590045,
            "stop": 864590062
        },
        {
            "start": 864590068,
            "stop": 864590076
        },
        {
            "start": 864590077,
            "stop": 864590094
        },
        {
            "start": 864590095,
            "stop": 864592272
        },
        {
            "start": 864593820,
            "stop": 864593952
        },
        {
            "start": 864595062,
            "stop": 864595773
        },
        {
            "start": 864595776,
            "stop": 864600595
        },
        {
            "start": 864600600,
            "stop": 864600627
        },
        {
            "start": 864600643,
            "stop": 864600657
        }
    ]
}