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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=148",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 149,
    "results": [
        {
            "start": 823210236,
            "stop": 823210416
        },
        {
            "start": 823212118,
            "stop": 823212178
        },
        {
            "start": 823214518,
            "stop": 823214578
        },
        {
            "start": 823218112,
            "stop": 823218172
        },
        {
            "start": 823218803,
            "stop": 823218923
        },
        {
            "start": 823219091,
            "stop": 823219151
        },
        {
            "start": 823220409,
            "stop": 823220469
        },
        {
            "start": 823220637,
            "stop": 823220817
        },
        {
            "start": 823221104,
            "stop": 823221164
        },
        {
            "start": 823222244,
            "stop": 823222364
        },
        {
            "start": 823222944,
            "stop": 823223004
        },
        {
            "start": 823228055,
            "stop": 823228115
        },
        {
            "start": 823228282,
            "stop": 823228342
        },
        {
            "start": 823228681,
            "stop": 823228861
        },
        {
            "start": 823229612,
            "stop": 823229672
        },
        {
            "start": 823230096,
            "stop": 823230216
        },
        {
            "start": 823230558,
            "stop": 823230738
        },
        {
            "start": 823231106,
            "stop": 823231346
        },
        {
            "start": 823231713,
            "stop": 823231893
        },
        {
            "start": 823232308,
            "stop": 823232428
        }
    ]
}