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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=601",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=599",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 600,
    "results": [
        {
            "start": 828231044,
            "stop": 828231172
        },
        {
            "start": 828231191,
            "stop": 828231375
        },
        {
            "start": 828231425,
            "stop": 828231546
        },
        {
            "start": 828231565,
            "stop": 828231641
        },
        {
            "start": 828231660,
            "stop": 828231715
        },
        {
            "start": 828231858,
            "stop": 828231872
        },
        {
            "start": 828231912,
            "stop": 828231941
        },
        {
            "start": 828231960,
            "stop": 828231961
        },
        {
            "start": 828231984,
            "stop": 828231989
        },
        {
            "start": 828232072,
            "stop": 828232132
        },
        {
            "start": 828232151,
            "stop": 828232186
        },
        {
            "start": 828232205,
            "stop": 828232253
        },
        {
            "start": 828232272,
            "stop": 828232386
        },
        {
            "start": 828232405,
            "stop": 828232439
        },
        {
            "start": 828232458,
            "stop": 828232466
        },
        {
            "start": 828232485,
            "stop": 828232500
        },
        {
            "start": 828232535,
            "stop": 828232536
        },
        {
            "start": 828232591,
            "stop": 828232681
        },
        {
            "start": 828232706,
            "stop": 828232734
        },
        {
            "start": 828232756,
            "stop": 828232796
        }
    ]
}