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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=178",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 179,
    "results": [
        {
            "start": 844026247,
            "stop": 844027646
        },
        {
            "start": 844030158,
            "stop": 844036645
        },
        {
            "start": 844037886,
            "stop": 844095881
        },
        {
            "start": 844095893,
            "stop": 844096687
        },
        {
            "start": 844096695,
            "stop": 844097071
        },
        {
            "start": 844098965,
            "stop": 844100657
        },
        {
            "start": 844100665,
            "stop": 844103687
        },
        {
            "start": 844103702,
            "stop": 844103712
        },
        {
            "start": 844103748,
            "stop": 844112149
        },
        {
            "start": 844112157,
            "stop": 844112169
        },
        {
            "start": 844112200,
            "stop": 844118902
        },
        {
            "start": 844119151,
            "stop": 844119323
        },
        {
            "start": 844119329,
            "stop": 844120676
        },
        {
            "start": 844120697,
            "stop": 844120698
        },
        {
            "start": 844120706,
            "stop": 844120709
        },
        {
            "start": 844121064,
            "stop": 844122037
        },
        {
            "start": 844122046,
            "stop": 844126560
        },
        {
            "start": 844126650,
            "stop": 844183009
        },
        {
            "start": 844183310,
            "stop": 844190312
        },
        {
            "start": 844190314,
            "stop": 844199511
        }
    ]
}