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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=107",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 108,
    "results": [
        {
            "start": 828305280,
            "stop": 828305536
        },
        {
            "start": 828305568,
            "stop": 828306112
        },
        {
            "start": 828306863,
            "stop": 828307020
        },
        {
            "start": 828309195,
            "stop": 828309664
        },
        {
            "start": 828309696,
            "stop": 828309966
        },
        {
            "start": 828311167,
            "stop": 828313693
        },
        {
            "start": 828314742,
            "stop": 828336055
        },
        {
            "start": 828336056,
            "stop": 828337038
        },
        {
            "start": 828337091,
            "stop": 828340192
        },
        {
            "start": 828340224,
            "stop": 828342976
        },
        {
            "start": 828343008,
            "stop": 828343968
        },
        {
            "start": 828344000,
            "stop": 828345041
        },
        {
            "start": 828346250,
            "stop": 828347353
        },
        {
            "start": 828348780,
            "stop": 828354208
        },
        {
            "start": 828354240,
            "stop": 828361813
        },
        {
            "start": 828362372,
            "stop": 828363956
        },
        {
            "start": 828363974,
            "stop": 828364467
        },
        {
            "start": 828364564,
            "stop": 828365709
        },
        {
            "start": 828365710,
            "stop": 828366014
        },
        {
            "start": 828366015,
            "stop": 828366253
        }
    ]
}