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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=279",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 280,
    "results": [
        {
            "start": 828231791,
            "stop": 828231803
        },
        {
            "start": 828231805,
            "stop": 828231810
        },
        {
            "start": 828231812,
            "stop": 828231827
        },
        {
            "start": 828231829,
            "stop": 828231833
        },
        {
            "start": 828231835,
            "stop": 828231838
        },
        {
            "start": 828231841,
            "stop": 828231847
        },
        {
            "start": 828231850,
            "stop": 828231881
        },
        {
            "start": 828231883,
            "stop": 828231892
        },
        {
            "start": 828231895,
            "stop": 828231902
        },
        {
            "start": 828231904,
            "stop": 828231950
        },
        {
            "start": 828231952,
            "stop": 828231970
        },
        {
            "start": 828231972,
            "stop": 828231974
        },
        {
            "start": 828231976,
            "stop": 828231998
        },
        {
            "start": 828232000,
            "stop": 828232012
        },
        {
            "start": 828232014,
            "stop": 828232021
        },
        {
            "start": 828232023,
            "stop": 828232037
        },
        {
            "start": 828232039,
            "stop": 828232047
        },
        {
            "start": 828232049,
            "stop": 828232059
        },
        {
            "start": 828232061,
            "stop": 828232062
        },
        {
            "start": 828232064,
            "stop": 828232141
        }
    ]
}