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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7604",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7602",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7603,
    "results": [
        {
            "start": 970792183,
            "stop": 970792200
        },
        {
            "start": 970792203,
            "stop": 970792741
        },
        {
            "start": 970792745,
            "stop": 970792788
        },
        {
            "start": 970792791,
            "stop": 970792895
        },
        {
            "start": 970792898,
            "stop": 970792931
        },
        {
            "start": 970792934,
            "stop": 970793567
        },
        {
            "start": 970793570,
            "stop": 970793915
        },
        {
            "start": 970793918,
            "stop": 970793923
        },
        {
            "start": 970793926,
            "stop": 970793947
        },
        {
            "start": 970793954,
            "stop": 970794131
        },
        {
            "start": 970794134,
            "stop": 970794267
        },
        {
            "start": 970794270,
            "stop": 970794320
        },
        {
            "start": 970794323,
            "stop": 970794683
        },
        {
            "start": 970794686,
            "stop": 970794693
        },
        {
            "start": 970794697,
            "stop": 970794706
        },
        {
            "start": 970794709,
            "stop": 970795015
        },
        {
            "start": 970795018,
            "stop": 970795020
        },
        {
            "start": 970795023,
            "stop": 970795204
        },
        {
            "start": 970795209,
            "stop": 970795476
        },
        {
            "start": 970795479,
            "stop": 970795661
        }
    ]
}