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=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=211",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 212,
    "results": [
        {
            "start": 827110586,
            "stop": 827110587
        },
        {
            "start": 827110589,
            "stop": 827112527
        },
        {
            "start": 827112533,
            "stop": 827112577
        },
        {
            "start": 827112583,
            "stop": 827113611
        },
        {
            "start": 827113613,
            "stop": 827113619
        },
        {
            "start": 827113621,
            "stop": 827113629
        },
        {
            "start": 827113631,
            "stop": 827113660
        },
        {
            "start": 827113662,
            "stop": 827113682
        },
        {
            "start": 827113684,
            "stop": 827114564
        },
        {
            "start": 827114566,
            "stop": 827115506
        },
        {
            "start": 827115806,
            "stop": 827117957
        },
        {
            "start": 827117959,
            "stop": 827117962
        },
        {
            "start": 827117964,
            "stop": 827117968
        },
        {
            "start": 827117970,
            "stop": 827118008
        },
        {
            "start": 827118010,
            "stop": 827118011
        },
        {
            "start": 827118013,
            "stop": 827118021
        },
        {
            "start": 827118023,
            "stop": 827118029
        },
        {
            "start": 827118031,
            "stop": 827118033
        },
        {
            "start": 827118035,
            "stop": 827118402
        },
        {
            "start": 827118404,
            "stop": 827121870
        }
    ]
}