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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=272",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 273,
    "results": [
        {
            "start": 821540009,
            "stop": 821540414
        },
        {
            "start": 821540421,
            "stop": 821540452
        },
        {
            "start": 821540459,
            "stop": 821540533
        },
        {
            "start": 821540540,
            "stop": 821540592
        },
        {
            "start": 821540599,
            "stop": 821540679
        },
        {
            "start": 821540686,
            "stop": 821540868
        },
        {
            "start": 821540875,
            "stop": 821540968
        },
        {
            "start": 821540975,
            "stop": 821540984
        },
        {
            "start": 821540991,
            "stop": 821541140
        },
        {
            "start": 821541147,
            "stop": 821541334
        },
        {
            "start": 821541342,
            "stop": 821541453
        },
        {
            "start": 821541466,
            "stop": 821541551
        },
        {
            "start": 821541558,
            "stop": 821541857
        },
        {
            "start": 821541864,
            "stop": 821541868
        },
        {
            "start": 821541876,
            "stop": 821541932
        },
        {
            "start": 821541945,
            "stop": 821541953
        },
        {
            "start": 821541960,
            "stop": 821542013
        },
        {
            "start": 821542026,
            "stop": 821542091
        },
        {
            "start": 821542098,
            "stop": 821542118
        },
        {
            "start": 821542125,
            "stop": 821542213
        }
    ]
}