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=8584
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=8585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8583",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8584,
    "results": [
        {
            "start": 870456010,
            "stop": 870456232
        },
        {
            "start": 870456378,
            "stop": 870456410
        },
        {
            "start": 870456540,
            "stop": 870457092
        },
        {
            "start": 870457348,
            "stop": 870457490
        },
        {
            "start": 870457690,
            "stop": 870457861
        },
        {
            "start": 870457878,
            "stop": 870458100
        },
        {
            "start": 870458220,
            "stop": 870458993
        },
        {
            "start": 870459060,
            "stop": 870459106
        },
        {
            "start": 870459226,
            "stop": 870460542
        },
        {
            "start": 870460823,
            "stop": 870461068
        },
        {
            "start": 870461072,
            "stop": 870461489
        },
        {
            "start": 870461649,
            "stop": 870461690
        },
        {
            "start": 870461770,
            "stop": 870462976
        },
        {
            "start": 870462993,
            "stop": 870463158
        },
        {
            "start": 870463175,
            "stop": 870465317
        },
        {
            "start": 870465383,
            "stop": 870465910
        },
        {
            "start": 870465927,
            "stop": 870466310
        },
        {
            "start": 870466450,
            "stop": 870466545
        },
        {
            "start": 870466562,
            "stop": 870466610
        },
        {
            "start": 870466690,
            "stop": 870467123
        }
    ]
}