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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=326",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 327,
    "results": [
        {
            "start": 1379357832,
            "stop": 1379362565
        },
        {
            "start": 1379362569,
            "stop": 1379363280
        },
        {
            "start": 1379363284,
            "stop": 1379370286
        },
        {
            "start": 1379376980,
            "stop": 1379396444
        },
        {
            "start": 1379396449,
            "stop": 1379410870
        },
        {
            "start": 1379410873,
            "stop": 1379414348
        },
        {
            "start": 1379414351,
            "stop": 1379417725
        },
        {
            "start": 1379417728,
            "stop": 1379424729
        },
        {
            "start": 1379424731,
            "stop": 1379426279
        },
        {
            "start": 1379426283,
            "stop": 1379429959
        },
        {
            "start": 1379429963,
            "stop": 1379434143
        },
        {
            "start": 1379434145,
            "stop": 1379439144
        },
        {
            "start": 1379439147,
            "stop": 1379445223
        },
        {
            "start": 1379448144,
            "stop": 1379449435
        },
        {
            "start": 1379453499,
            "stop": 1379454508
        },
        {
            "start": 1379454797,
            "stop": 1379458721
        },
        {
            "start": 1379458725,
            "stop": 1379461023
        },
        {
            "start": 1379461028,
            "stop": 1379462864
        },
        {
            "start": 1379464050,
            "stop": 1379464055
        },
        {
            "start": 1379464058,
            "stop": 1379482613
        }
    ]
}