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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 152,
    "results": [
        {
            "start": 1373286524,
            "stop": 1373287245
        },
        {
            "start": 1373287250,
            "stop": 1373288508
        },
        {
            "start": 1373288510,
            "stop": 1373289049
        },
        {
            "start": 1373289051,
            "stop": 1373290311
        },
        {
            "start": 1373290313,
            "stop": 1373291034
        },
        {
            "start": 1373291038,
            "stop": 1373291485
        },
        {
            "start": 1373291487,
            "stop": 1373292625
        },
        {
            "start": 1373292627,
            "stop": 1373293259
        },
        {
            "start": 1373293260,
            "stop": 1373294534
        },
        {
            "start": 1373294535,
            "stop": 1373295324
        },
        {
            "start": 1373295327,
            "stop": 1373295585
        },
        {
            "start": 1373295586,
            "stop": 1373296991
        },
        {
            "start": 1373296993,
            "stop": 1373297727
        },
        {
            "start": 1373297729,
            "stop": 1373297808
        },
        {
            "start": 1373297813,
            "stop": 1373299124
        },
        {
            "start": 1373299125,
            "stop": 1373299758
        },
        {
            "start": 1373299759,
            "stop": 1373300109
        },
        {
            "start": 1373306214,
            "stop": 1373306470
        },
        {
            "start": 1373306472,
            "stop": 1373307153
        },
        {
            "start": 1373324437,
            "stop": 1373325159
        }
    ]
}