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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=408",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 409,
    "results": [
        {
            "start": 824980375,
            "stop": 824980712
        },
        {
            "start": 824980729,
            "stop": 824983326
        },
        {
            "start": 824983436,
            "stop": 824983496
        },
        {
            "start": 824983796,
            "stop": 824984474
        },
        {
            "start": 824984491,
            "stop": 824984578
        },
        {
            "start": 824984595,
            "stop": 824985931
        },
        {
            "start": 824985948,
            "stop": 824988065
        },
        {
            "start": 824988082,
            "stop": 824989008
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999082,
            "stop": 824999444
        },
        {
            "start": 824999744,
            "stop": 824999938
        },
        {
            "start": 825000048,
            "stop": 825000707
        },
        {
            "start": 825001120,
            "stop": 825002584
        },
        {
            "start": 825002694,
            "stop": 825002835
        },
        {
            "start": 825003135,
            "stop": 825004026
        },
        {
            "start": 825004600,
            "stop": 825009671
        },
        {
            "start": 825009688,
            "stop": 825012833
        },
        {
            "start": 825012850,
            "stop": 825014598
        },
        {
            "start": 825014898,
            "stop": 825015387
        },
        {
            "start": 825015404,
            "stop": 825015808
        }
    ]
}