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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=304",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 305,
    "results": [
        {
            "start": 859094299,
            "stop": 859094887
        },
        {
            "start": 859095187,
            "stop": 859095510
        },
        {
            "start": 859095570,
            "stop": 859095589
        },
        {
            "start": 859095607,
            "stop": 859095645
        },
        {
            "start": 859095995,
            "stop": 859096242
        },
        {
            "start": 859096605,
            "stop": 859096801
        },
        {
            "start": 859097274,
            "stop": 859123329
        },
        {
            "start": 859125094,
            "stop": 859126200
        },
        {
            "start": 859126206,
            "stop": 859127645
        },
        {
            "start": 859128854,
            "stop": 859128865
        },
        {
            "start": 859129165,
            "stop": 859132482
        },
        {
            "start": 859132504,
            "stop": 859132505
        },
        {
            "start": 859132524,
            "stop": 859136938
        },
        {
            "start": 859136957,
            "stop": 859137734
        },
        {
            "start": 859137756,
            "stop": 859137759
        },
        {
            "start": 859137811,
            "stop": 859137817
        },
        {
            "start": 859137838,
            "stop": 859137858
        },
        {
            "start": 859137880,
            "stop": 859139264
        },
        {
            "start": 859139291,
            "stop": 859139297
        },
        {
            "start": 859139379,
            "stop": 859140646
        }
    ]
}