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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3811",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3812,
    "results": [
        {
            "start": 874664299,
            "stop": 874664304
        },
        {
            "start": 874664344,
            "stop": 874664700
        },
        {
            "start": 874664717,
            "stop": 874665270
        },
        {
            "start": 874665360,
            "stop": 874666008
        },
        {
            "start": 874666025,
            "stop": 874666882
        },
        {
            "start": 874666899,
            "stop": 874667369
        },
        {
            "start": 874667386,
            "stop": 874667393
        },
        {
            "start": 874667410,
            "stop": 874669459
        },
        {
            "start": 874669476,
            "stop": 874669905
        },
        {
            "start": 874669922,
            "stop": 874670808
        },
        {
            "start": 874670827,
            "stop": 874670920
        },
        {
            "start": 874670923,
            "stop": 874672463
        },
        {
            "start": 874672480,
            "stop": 874672592
        },
        {
            "start": 874672609,
            "stop": 874674000
        },
        {
            "start": 874674060,
            "stop": 874674235
        },
        {
            "start": 874674252,
            "stop": 874674458
        },
        {
            "start": 874674475,
            "stop": 874674904
        },
        {
            "start": 874674921,
            "stop": 874674954
        },
        {
            "start": 874674971,
            "stop": 874675248
        },
        {
            "start": 874675265,
            "stop": 874676815
        }
    ]
}