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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=214",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 215,
    "results": [
        {
            "start": 821673569,
            "stop": 821673586
        },
        {
            "start": 821673589,
            "stop": 821673605
        },
        {
            "start": 821673609,
            "stop": 821673631
        },
        {
            "start": 821673634,
            "stop": 821673644
        },
        {
            "start": 821673647,
            "stop": 821673672
        },
        {
            "start": 821673675,
            "stop": 821673742
        },
        {
            "start": 821673747,
            "stop": 821673780
        },
        {
            "start": 821673783,
            "stop": 821673833
        },
        {
            "start": 821673836,
            "stop": 821673843
        },
        {
            "start": 821673846,
            "stop": 821673854
        },
        {
            "start": 821673857,
            "stop": 821673894
        },
        {
            "start": 821673897,
            "stop": 821673902
        },
        {
            "start": 821673905,
            "stop": 821673931
        },
        {
            "start": 821673934,
            "stop": 821673938
        },
        {
            "start": 821673941,
            "stop": 821673957
        },
        {
            "start": 821673961,
            "stop": 821673969
        },
        {
            "start": 821673972,
            "stop": 821673991
        },
        {
            "start": 821673996,
            "stop": 821674009
        },
        {
            "start": 821674014,
            "stop": 821674034
        },
        {
            "start": 821674037,
            "stop": 821674083
        }
    ]
}