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=754
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=755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=753",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 754,
    "results": [
        {
            "start": 874349924,
            "stop": 874352741
        },
        {
            "start": 874353556,
            "stop": 874354130
        },
        {
            "start": 874354837,
            "stop": 874360657
        },
        {
            "start": 874363019,
            "stop": 874422021
        },
        {
            "start": 874422035,
            "stop": 874423453
        },
        {
            "start": 874423467,
            "stop": 874436870
        },
        {
            "start": 874438904,
            "stop": 874439910
        },
        {
            "start": 874441095,
            "stop": 874466613
        },
        {
            "start": 874466627,
            "stop": 874468530
        },
        {
            "start": 874468590,
            "stop": 874478730
        },
        {
            "start": 874480016,
            "stop": 874501410
        },
        {
            "start": 874501470,
            "stop": 874501476
        },
        {
            "start": 874503159,
            "stop": 874514081
        },
        {
            "start": 874515039,
            "stop": 874524801
        },
        {
            "start": 874525375,
            "stop": 874526299
        },
        {
            "start": 874529312,
            "stop": 874530150
        },
        {
            "start": 874535621,
            "stop": 874536278
        },
        {
            "start": 874538124,
            "stop": 874567554
        },
        {
            "start": 874569398,
            "stop": 874610463
        },
        {
            "start": 874610470,
            "stop": 874613662
        }
    ]
}