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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=75",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 76,
    "results": [
        {
            "start": 817498080,
            "stop": 817498200
        },
        {
            "start": 817498260,
            "stop": 817498740
        },
        {
            "start": 817498800,
            "stop": 817499277
        },
        {
            "start": 817499460,
            "stop": 817499640
        },
        {
            "start": 817499700,
            "stop": 817499760
        },
        {
            "start": 817499820,
            "stop": 817499880
        },
        {
            "start": 817499940,
            "stop": 817500240
        },
        {
            "start": 817500420,
            "stop": 817500780
        },
        {
            "start": 817501200,
            "stop": 817501920
        },
        {
            "start": 817501980,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817502280
        },
        {
            "start": 817502340,
            "stop": 817502400
        },
        {
            "start": 817502520,
            "stop": 817502580
        },
        {
            "start": 817502640,
            "stop": 817502880
        },
        {
            "start": 817502940,
            "stop": 817503121
        },
        {
            "start": 817507080,
            "stop": 817508266
        },
        {
            "start": 817509064,
            "stop": 817509078
        },
        {
            "start": 817509198,
            "stop": 817509240
        },
        {
            "start": 817509300,
            "stop": 817509536
        },
        {
            "start": 817509600,
            "stop": 817510160
        }
    ]
}