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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=103",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 104,
    "results": [
        {
            "start": 828028320,
            "stop": 828031392
        },
        {
            "start": 828031424,
            "stop": 828035424
        },
        {
            "start": 828035456,
            "stop": 828035936
        },
        {
            "start": 828035968,
            "stop": 828038085
        },
        {
            "start": 828040821,
            "stop": 828041293
        },
        {
            "start": 828042173,
            "stop": 828043513
        },
        {
            "start": 828043539,
            "stop": 828043541
        },
        {
            "start": 828043896,
            "stop": 828044800
        },
        {
            "start": 828044832,
            "stop": 828048128
        },
        {
            "start": 828048160,
            "stop": 828050816
        },
        {
            "start": 828050848,
            "stop": 828051547
        },
        {
            "start": 828051702,
            "stop": 828056096
        },
        {
            "start": 828056128,
            "stop": 828061568
        },
        {
            "start": 828061600,
            "stop": 828070496
        },
        {
            "start": 828070528,
            "stop": 828075776
        },
        {
            "start": 828075808,
            "stop": 828077632
        },
        {
            "start": 828077664,
            "stop": 828085856
        },
        {
            "start": 828085888,
            "stop": 828086144
        },
        {
            "start": 828086176,
            "stop": 828092992
        },
        {
            "start": 828093024,
            "stop": 828095624
        }
    ]
}