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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=251",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 252,
    "results": [
        {
            "start": 821684487,
            "stop": 821684523
        },
        {
            "start": 821684526,
            "stop": 821684528
        },
        {
            "start": 821684531,
            "stop": 821684548
        },
        {
            "start": 821684551,
            "stop": 821684555
        },
        {
            "start": 821684561,
            "stop": 821684576
        },
        {
            "start": 821684581,
            "stop": 821684584
        },
        {
            "start": 821684590,
            "stop": 821684593
        },
        {
            "start": 821684596,
            "stop": 821684609
        },
        {
            "start": 821684612,
            "stop": 821684619
        },
        {
            "start": 821684622,
            "stop": 821684636
        },
        {
            "start": 821684639,
            "stop": 821684643
        },
        {
            "start": 821684649,
            "stop": 821684652
        },
        {
            "start": 821684655,
            "stop": 821684660
        },
        {
            "start": 821684663,
            "stop": 821684687
        },
        {
            "start": 821684692,
            "stop": 821684693
        },
        {
            "start": 821684699,
            "stop": 821684742
        },
        {
            "start": 821684745,
            "stop": 821684775
        },
        {
            "start": 821684778,
            "stop": 821684788
        },
        {
            "start": 821684791,
            "stop": 821684792
        },
        {
            "start": 821684795,
            "stop": 821684798
        }
    ]
}