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=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=334",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 335,
    "results": [
        {
            "start": 829149500,
            "stop": 829150116
        },
        {
            "start": 829151305,
            "stop": 829161542
        },
        {
            "start": 829163543,
            "stop": 829171598
        },
        {
            "start": 829171630,
            "stop": 829171650
        },
        {
            "start": 829171898,
            "stop": 829174294
        },
        {
            "start": 829206810,
            "stop": 829207272
        },
        {
            "start": 829208100,
            "stop": 829208104
        },
        {
            "start": 829210428,
            "stop": 829210430
        },
        {
            "start": 829210516,
            "stop": 829210517
        },
        {
            "start": 829214456,
            "stop": 829214459
        },
        {
            "start": 829237325,
            "stop": 829237327
        },
        {
            "start": 829237329,
            "stop": 829237331
        },
        {
            "start": 829237333,
            "stop": 829237335
        },
        {
            "start": 829237341,
            "stop": 829237342
        },
        {
            "start": 829237344,
            "stop": 829237346
        },
        {
            "start": 829237351,
            "stop": 829237353
        },
        {
            "start": 829237356,
            "stop": 829237358
        },
        {
            "start": 829237364,
            "stop": 829237365
        },
        {
            "start": 829237367,
            "stop": 829237369
        },
        {
            "start": 829237371,
            "stop": 829237372
        }
    ]
}