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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8164",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8165,
    "results": [
        {
            "start": 971001733,
            "stop": 971001747
        },
        {
            "start": 971001750,
            "stop": 971001808
        },
        {
            "start": 971001811,
            "stop": 971001856
        },
        {
            "start": 971001859,
            "stop": 971001901
        },
        {
            "start": 971001904,
            "stop": 971002051
        },
        {
            "start": 971002054,
            "stop": 971002085
        },
        {
            "start": 971002088,
            "stop": 971002152
        },
        {
            "start": 971002155,
            "stop": 971002307
        },
        {
            "start": 971002310,
            "stop": 971002349
        },
        {
            "start": 971004792,
            "stop": 971004868
        },
        {
            "start": 971004871,
            "stop": 971004905
        },
        {
            "start": 971004908,
            "stop": 971004938
        },
        {
            "start": 971004943,
            "stop": 971004954
        },
        {
            "start": 971004957,
            "stop": 971005034
        },
        {
            "start": 971005037,
            "stop": 971005059
        },
        {
            "start": 971005062,
            "stop": 971005066
        },
        {
            "start": 971005069,
            "stop": 971005132
        },
        {
            "start": 971005135,
            "stop": 971005224
        },
        {
            "start": 971005227,
            "stop": 971005308
        },
        {
            "start": 971005311,
            "stop": 971005321
        }
    ]
}