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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 105,
    "results": [
        {
            "start": 1371944729,
            "stop": 1371944999
        },
        {
            "start": 1371945001,
            "stop": 1371945221
        },
        {
            "start": 1371945223,
            "stop": 1371946286
        },
        {
            "start": 1371946287,
            "stop": 1371946496
        },
        {
            "start": 1371946498,
            "stop": 1371947153
        },
        {
            "start": 1371947155,
            "stop": 1371947376
        },
        {
            "start": 1371947378,
            "stop": 1371948054
        },
        {
            "start": 1371948056,
            "stop": 1371949478
        },
        {
            "start": 1371949480,
            "stop": 1371949964
        },
        {
            "start": 1371949966,
            "stop": 1371950165
        },
        {
            "start": 1371950170,
            "stop": 1371951005
        },
        {
            "start": 1371951010,
            "stop": 1371951876
        },
        {
            "start": 1371961796,
            "stop": 1371963111
        },
        {
            "start": 1371963113,
            "stop": 1371964786
        },
        {
            "start": 1371964790,
            "stop": 1371965107
        },
        {
            "start": 1371965109,
            "stop": 1371967224
        },
        {
            "start": 1371967226,
            "stop": 1371971610
        },
        {
            "start": 1371971612,
            "stop": 1371973602
        },
        {
            "start": 1371973604,
            "stop": 1371975693
        },
        {
            "start": 1371975694,
            "stop": 1371977621
        }
    ]
}