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=3814
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=3815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3813",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3814,
    "results": [
        {
            "start": 874687365,
            "stop": 874687681
        },
        {
            "start": 874687698,
            "stop": 874687963
        },
        {
            "start": 874687980,
            "stop": 874688220
        },
        {
            "start": 874688340,
            "stop": 874688736
        },
        {
            "start": 874688753,
            "stop": 874688760
        },
        {
            "start": 874688820,
            "stop": 874689109
        },
        {
            "start": 874689409,
            "stop": 874689505
        },
        {
            "start": 874689522,
            "stop": 874690020
        },
        {
            "start": 874690080,
            "stop": 874690419
        },
        {
            "start": 874690436,
            "stop": 874690980
        },
        {
            "start": 874691040,
            "stop": 874691280
        },
        {
            "start": 874691400,
            "stop": 874691816
        },
        {
            "start": 874691880,
            "stop": 874692961
        },
        {
            "start": 874692978,
            "stop": 874693237
        },
        {
            "start": 874693255,
            "stop": 874694442
        },
        {
            "start": 874694447,
            "stop": 874694757
        },
        {
            "start": 874694760,
            "stop": 874694892
        },
        {
            "start": 874694909,
            "stop": 874695265
        },
        {
            "start": 874695282,
            "stop": 874695660
        },
        {
            "start": 874697280,
            "stop": 874697444
        }
    ]
}