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_CAT2/segments?format=api&page=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=85",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 86,
    "results": [
        {
            "start": 824507114,
            "stop": 824507147
        },
        {
            "start": 824507149,
            "stop": 824507151
        },
        {
            "start": 824507152,
            "stop": 824507153
        },
        {
            "start": 824507156,
            "stop": 824509960
        },
        {
            "start": 824509965,
            "stop": 824509975
        },
        {
            "start": 824509980,
            "stop": 824509982
        },
        {
            "start": 824509988,
            "stop": 824510753
        },
        {
            "start": 824510754,
            "stop": 824510786
        },
        {
            "start": 824510788,
            "stop": 824510825
        },
        {
            "start": 824510827,
            "stop": 824510834
        },
        {
            "start": 824510836,
            "stop": 824510837
        },
        {
            "start": 824510839,
            "stop": 824510859
        },
        {
            "start": 824510860,
            "stop": 824510863
        },
        {
            "start": 824510864,
            "stop": 824510918
        },
        {
            "start": 824510919,
            "stop": 824510923
        },
        {
            "start": 824510925,
            "stop": 824510926
        },
        {
            "start": 824510928,
            "stop": 824510933
        },
        {
            "start": 824510935,
            "stop": 824510994
        },
        {
            "start": 824510996,
            "stop": 824511004
        },
        {
            "start": 824511006,
            "stop": 824511009
        }
    ]
}