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=740
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=741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=739",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 740,
    "results": [
        {
            "start": 830551189,
            "stop": 830551231
        },
        {
            "start": 830551234,
            "stop": 830551274
        },
        {
            "start": 830551278,
            "stop": 830551297
        },
        {
            "start": 830551301,
            "stop": 830551372
        },
        {
            "start": 830551378,
            "stop": 830551379
        },
        {
            "start": 830551382,
            "stop": 830551398
        },
        {
            "start": 830551407,
            "stop": 830551464
        },
        {
            "start": 830551467,
            "stop": 830551470
        },
        {
            "start": 830574149,
            "stop": 830574180
        },
        {
            "start": 830578378,
            "stop": 830578383
        },
        {
            "start": 830578455,
            "stop": 830578476
        },
        {
            "start": 830578537,
            "stop": 830578554
        },
        {
            "start": 830578586,
            "stop": 830578601
        },
        {
            "start": 830578623,
            "stop": 830578653
        },
        {
            "start": 830578672,
            "stop": 830578687
        },
        {
            "start": 830578761,
            "stop": 830578777
        },
        {
            "start": 830578811,
            "stop": 830578816
        },
        {
            "start": 830578836,
            "stop": 830578839
        },
        {
            "start": 830578879,
            "stop": 830578921
        },
        {
            "start": 830578943,
            "stop": 830578988
        }
    ]
}