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=345
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=346",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=344",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 345,
    "results": [
        {
            "start": 1382380242,
            "stop": 1382381855
        },
        {
            "start": 1382392741,
            "stop": 1382409015
        },
        {
            "start": 1382409018,
            "stop": 1382413993
        },
        {
            "start": 1382413997,
            "stop": 1382417356
        },
        {
            "start": 1382427849,
            "stop": 1382437631
        },
        {
            "start": 1382437633,
            "stop": 1382444233
        },
        {
            "start": 1382448668,
            "stop": 1382453502
        },
        {
            "start": 1382453505,
            "stop": 1382459454
        },
        {
            "start": 1382459459,
            "stop": 1382460343
        },
        {
            "start": 1382460346,
            "stop": 1382472112
        },
        {
            "start": 1382481265,
            "stop": 1382495560
        },
        {
            "start": 1382495562,
            "stop": 1382498659
        },
        {
            "start": 1382505258,
            "stop": 1382520485
        },
        {
            "start": 1382520488,
            "stop": 1382528000
        },
        {
            "start": 1382528004,
            "stop": 1382537076
        },
        {
            "start": 1382537080,
            "stop": 1382537863
        },
        {
            "start": 1382537867,
            "stop": 1382564405
        },
        {
            "start": 1382564410,
            "stop": 1382571790
        },
        {
            "start": 1382571795,
            "stop": 1382577290
        },
        {
            "start": 1382577295,
            "stop": 1382583356
        }
    ]
}