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=2033
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=2034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2032",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2033,
    "results": [
        {
            "start": 859422623,
            "stop": 859423074
        },
        {
            "start": 859423180,
            "stop": 859431749
        },
        {
            "start": 859431859,
            "stop": 859432019
        },
        {
            "start": 859432319,
            "stop": 859474812
        },
        {
            "start": 859474922,
            "stop": 859475126
        },
        {
            "start": 859476502,
            "stop": 859477256
        },
        {
            "start": 859478654,
            "stop": 859480946
        },
        {
            "start": 859481243,
            "stop": 859490561
        },
        {
            "start": 859490566,
            "stop": 859495725
        },
        {
            "start": 859511144,
            "stop": 859551331
        },
        {
            "start": 859552232,
            "stop": 859555105
        },
        {
            "start": 859555110,
            "stop": 859555122
        },
        {
            "start": 859555128,
            "stop": 859560317
        },
        {
            "start": 859560323,
            "stop": 859560337
        },
        {
            "start": 859560343,
            "stop": 859560347
        },
        {
            "start": 859560353,
            "stop": 859564232
        },
        {
            "start": 859564237,
            "stop": 859567441
        },
        {
            "start": 859567445,
            "stop": 859568140
        },
        {
            "start": 859568153,
            "stop": 859568155
        },
        {
            "start": 859568160,
            "stop": 859568165
        }
    ]
}