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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=396",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 397,
    "results": [
        {
            "start": 821765441,
            "stop": 821765444
        },
        {
            "start": 821765447,
            "stop": 821765452
        },
        {
            "start": 821765455,
            "stop": 821765457
        },
        {
            "start": 821765460,
            "stop": 821765463
        },
        {
            "start": 821765469,
            "stop": 821765471
        },
        {
            "start": 821765474,
            "stop": 821765478
        },
        {
            "start": 821765481,
            "stop": 821765486
        },
        {
            "start": 821765489,
            "stop": 821765491
        },
        {
            "start": 821765494,
            "stop": 821765495
        },
        {
            "start": 821765500,
            "stop": 821765503
        },
        {
            "start": 821765506,
            "stop": 821765508
        },
        {
            "start": 821765517,
            "stop": 821765527
        },
        {
            "start": 821765531,
            "stop": 821765532
        },
        {
            "start": 821765537,
            "stop": 821765538
        },
        {
            "start": 821765541,
            "stop": 821765542
        },
        {
            "start": 821765548,
            "stop": 821765553
        },
        {
            "start": 821765556,
            "stop": 821765557
        },
        {
            "start": 821765560,
            "stop": 821765561
        },
        {
            "start": 821765564,
            "stop": 821765568
        },
        {
            "start": 821765574,
            "stop": 821765592
        }
    ]
}