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=8116
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=8117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8115",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8116,
    "results": [
        {
            "start": 970841833,
            "stop": 970841846
        },
        {
            "start": 970841849,
            "stop": 970841857
        },
        {
            "start": 970841862,
            "stop": 970841914
        },
        {
            "start": 970841917,
            "stop": 970841933
        },
        {
            "start": 970841936,
            "stop": 970841976
        },
        {
            "start": 970841993,
            "stop": 970842008
        },
        {
            "start": 970842026,
            "stop": 970842032
        },
        {
            "start": 970842038,
            "stop": 970842047
        },
        {
            "start": 970842050,
            "stop": 970842094
        },
        {
            "start": 970842097,
            "stop": 970842199
        },
        {
            "start": 970842203,
            "stop": 970842211
        },
        {
            "start": 970842215,
            "stop": 970842223
        },
        {
            "start": 970842226,
            "stop": 970842456
        },
        {
            "start": 970842459,
            "stop": 970842462
        },
        {
            "start": 970842465,
            "stop": 970842493
        },
        {
            "start": 970842496,
            "stop": 970842515
        },
        {
            "start": 970842531,
            "stop": 970842548
        },
        {
            "start": 970842554,
            "stop": 970842648
        },
        {
            "start": 970842651,
            "stop": 970842667
        },
        {
            "start": 970842671,
            "stop": 970842689
        }
    ]
}