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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=142",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 143,
    "results": [
        {
            "start": 821509315,
            "stop": 821509332
        },
        {
            "start": 821509335,
            "stop": 821509350
        },
        {
            "start": 821509353,
            "stop": 821509354
        },
        {
            "start": 821509357,
            "stop": 821509398
        },
        {
            "start": 821509401,
            "stop": 821509487
        },
        {
            "start": 821509494,
            "stop": 821509572
        },
        {
            "start": 821509575,
            "stop": 821509596
        },
        {
            "start": 821509599,
            "stop": 821509606
        },
        {
            "start": 821509609,
            "stop": 821509673
        },
        {
            "start": 821509678,
            "stop": 821509713
        },
        {
            "start": 821509716,
            "stop": 821509732
        },
        {
            "start": 821509735,
            "stop": 821509758
        },
        {
            "start": 821509761,
            "stop": 821509772
        },
        {
            "start": 821509778,
            "stop": 821509790
        },
        {
            "start": 821509793,
            "stop": 821509802
        },
        {
            "start": 821509805,
            "stop": 821509827
        },
        {
            "start": 821509830,
            "stop": 821509832
        },
        {
            "start": 821509836,
            "stop": 821509847
        },
        {
            "start": 821509850,
            "stop": 821509878
        },
        {
            "start": 821509881,
            "stop": 821509892
        }
    ]
}