Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=572
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=573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=571",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 572,
    "results": [
        {
            "start": 837209839,
            "stop": 837218913
        },
        {
            "start": 837218920,
            "stop": 837218948
        },
        {
            "start": 837218953,
            "stop": 837221027
        },
        {
            "start": 837221032,
            "stop": 837222147
        },
        {
            "start": 837222152,
            "stop": 837223427
        },
        {
            "start": 837223440,
            "stop": 837223445
        },
        {
            "start": 837223455,
            "stop": 837223496
        },
        {
            "start": 837223502,
            "stop": 837223695
        },
        {
            "start": 837226407,
            "stop": 837226668
        },
        {
            "start": 837226675,
            "stop": 837226719
        },
        {
            "start": 837226725,
            "stop": 837227383
        },
        {
            "start": 837228247,
            "stop": 837229052
        },
        {
            "start": 837229057,
            "stop": 837229686
        },
        {
            "start": 837229697,
            "stop": 837242345
        },
        {
            "start": 837242351,
            "stop": 837267842
        },
        {
            "start": 837267850,
            "stop": 837270383
        },
        {
            "start": 837309005,
            "stop": 837323304
        },
        {
            "start": 837323305,
            "stop": 837333096
        },
        {
            "start": 837334247,
            "stop": 837344627
        },
        {
            "start": 837346564,
            "stop": 837361341
        }
    ]
}