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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5723",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5724,
    "results": [
        {
            "start": 874607056,
            "stop": 874607068
        },
        {
            "start": 874607072,
            "stop": 874607107
        },
        {
            "start": 874607110,
            "stop": 874607190
        },
        {
            "start": 874607196,
            "stop": 874607207
        },
        {
            "start": 874607210,
            "stop": 874607231
        },
        {
            "start": 874607234,
            "stop": 874607279
        },
        {
            "start": 874607283,
            "stop": 874607334
        },
        {
            "start": 874607337,
            "stop": 874607405
        },
        {
            "start": 874607411,
            "stop": 874607414
        },
        {
            "start": 874607417,
            "stop": 874607418
        },
        {
            "start": 874607421,
            "stop": 874607435
        },
        {
            "start": 874607438,
            "stop": 874607443
        },
        {
            "start": 874607446,
            "stop": 874607448
        },
        {
            "start": 874607451,
            "stop": 874607461
        },
        {
            "start": 874607464,
            "stop": 874607466
        },
        {
            "start": 874607469,
            "stop": 874607480
        },
        {
            "start": 874607486,
            "stop": 874607495
        },
        {
            "start": 874607498,
            "stop": 874607500
        },
        {
            "start": 874607504,
            "stop": 874607506
        },
        {
            "start": 874607511,
            "stop": 874607530
        }
    ]
}