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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=339",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 340,
    "results": [
        {
            "start": 1381481793,
            "stop": 1381485544
        },
        {
            "start": 1381485547,
            "stop": 1381491966
        },
        {
            "start": 1381498703,
            "stop": 1381504541
        },
        {
            "start": 1381504545,
            "stop": 1381508635
        },
        {
            "start": 1381522455,
            "stop": 1381528257
        },
        {
            "start": 1381528262,
            "stop": 1381545919
        },
        {
            "start": 1381545922,
            "stop": 1381549794
        },
        {
            "start": 1381549797,
            "stop": 1381554197
        },
        {
            "start": 1381554200,
            "stop": 1381559217
        },
        {
            "start": 1381565830,
            "stop": 1381570997
        },
        {
            "start": 1381571001,
            "stop": 1381576418
        },
        {
            "start": 1381576423,
            "stop": 1381583980
        },
        {
            "start": 1381583983,
            "stop": 1381586007
        },
        {
            "start": 1381586010,
            "stop": 1381586724
        },
        {
            "start": 1381605335,
            "stop": 1381611798
        },
        {
            "start": 1381611803,
            "stop": 1381612690
        },
        {
            "start": 1381612834,
            "stop": 1381618129
        },
        {
            "start": 1381618561,
            "stop": 1381621224
        },
        {
            "start": 1381621228,
            "stop": 1381630853
        },
        {
            "start": 1381630856,
            "stop": 1381652183
        }
    ]
}