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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4943",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4944,
    "results": [
        {
            "start": 874356943,
            "stop": 874356954
        },
        {
            "start": 874356973,
            "stop": 874356994
        },
        {
            "start": 874357013,
            "stop": 874357028
        },
        {
            "start": 874357048,
            "stop": 874357097
        },
        {
            "start": 874357116,
            "stop": 874357215
        },
        {
            "start": 874357236,
            "stop": 874357305
        },
        {
            "start": 874357358,
            "stop": 874357511
        },
        {
            "start": 874357565,
            "stop": 874357570
        },
        {
            "start": 874357591,
            "stop": 874357659
        },
        {
            "start": 874357678,
            "stop": 874357753
        },
        {
            "start": 874357776,
            "stop": 874357822
        },
        {
            "start": 874357841,
            "stop": 874357952
        },
        {
            "start": 874357975,
            "stop": 874357986
        },
        {
            "start": 874358022,
            "stop": 874358068
        },
        {
            "start": 874358088,
            "stop": 874358140
        },
        {
            "start": 874358168,
            "stop": 874358230
        },
        {
            "start": 874358258,
            "stop": 874358261
        },
        {
            "start": 874358288,
            "stop": 874358291
        },
        {
            "start": 874358310,
            "stop": 874358329
        },
        {
            "start": 874358349,
            "stop": 874358391
        }
    ]
}