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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=415",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 416,
    "results": [
        {
            "start": 821769448,
            "stop": 821769466
        },
        {
            "start": 821769469,
            "stop": 821769470
        },
        {
            "start": 821769473,
            "stop": 821769478
        },
        {
            "start": 821769485,
            "stop": 821769492
        },
        {
            "start": 821769495,
            "stop": 821769501
        },
        {
            "start": 821769504,
            "stop": 821769513
        },
        {
            "start": 821769516,
            "stop": 821769519
        },
        {
            "start": 821769522,
            "stop": 821769528
        },
        {
            "start": 821769531,
            "stop": 821769538
        },
        {
            "start": 821769541,
            "stop": 821769548
        },
        {
            "start": 821769558,
            "stop": 821769560
        },
        {
            "start": 821769563,
            "stop": 821769569
        },
        {
            "start": 821769572,
            "stop": 821769579
        },
        {
            "start": 821769582,
            "stop": 821769585
        },
        {
            "start": 821769588,
            "stop": 821769602
        },
        {
            "start": 821769610,
            "stop": 821769620
        },
        {
            "start": 821769623,
            "stop": 821769627
        },
        {
            "start": 821769632,
            "stop": 821769651
        },
        {
            "start": 821769657,
            "stop": 821769660
        },
        {
            "start": 821769666,
            "stop": 821769669
        }
    ]
}