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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8022",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8020",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8021,
    "results": [
        {
            "start": 970409981,
            "stop": 970409982
        },
        {
            "start": 970409985,
            "stop": 970409987
        },
        {
            "start": 970409990,
            "stop": 970410008
        },
        {
            "start": 970410012,
            "stop": 970410023
        },
        {
            "start": 970410026,
            "stop": 970410043
        },
        {
            "start": 970410046,
            "stop": 970410064
        },
        {
            "start": 970410085,
            "stop": 970410104
        },
        {
            "start": 970410108,
            "stop": 970410118
        },
        {
            "start": 970410124,
            "stop": 970410136
        },
        {
            "start": 970410139,
            "stop": 970410168
        },
        {
            "start": 970410171,
            "stop": 970410173
        },
        {
            "start": 970410216,
            "stop": 970410234
        },
        {
            "start": 970410245,
            "stop": 970410275
        },
        {
            "start": 970410279,
            "stop": 970410282
        },
        {
            "start": 970410285,
            "stop": 970410290
        },
        {
            "start": 970410293,
            "stop": 970410301
        },
        {
            "start": 970410304,
            "stop": 970410315
        },
        {
            "start": 970410318,
            "stop": 970410331
        },
        {
            "start": 970410334,
            "stop": 970410350
        },
        {
            "start": 970410353,
            "stop": 970410373
        }
    ]
}