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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=268",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 269,
    "results": [
        {
            "start": 820512639,
            "stop": 820512770
        },
        {
            "start": 820512774,
            "stop": 820512776
        },
        {
            "start": 820512780,
            "stop": 820513020
        },
        {
            "start": 820513080,
            "stop": 820513191
        },
        {
            "start": 820513195,
            "stop": 820513313
        },
        {
            "start": 820513316,
            "stop": 820514125
        },
        {
            "start": 820514130,
            "stop": 820514132
        },
        {
            "start": 820514136,
            "stop": 820514137
        },
        {
            "start": 820514142,
            "stop": 820514257
        },
        {
            "start": 820514260,
            "stop": 820514263
        },
        {
            "start": 820514266,
            "stop": 820514337
        },
        {
            "start": 820514340,
            "stop": 820514344
        },
        {
            "start": 820514348,
            "stop": 820514538
        },
        {
            "start": 820514541,
            "stop": 820514606
        },
        {
            "start": 820514609,
            "stop": 820514612
        },
        {
            "start": 820514616,
            "stop": 820514689
        },
        {
            "start": 820514693,
            "stop": 820514700
        },
        {
            "start": 820514760,
            "stop": 820515348
        },
        {
            "start": 820515351,
            "stop": 820515360
        },
        {
            "start": 820515420,
            "stop": 820515507
        }
    ]
}