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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=90",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 91,
    "results": [
        {
            "start": 931573915,
            "stop": 931573921
        },
        {
            "start": 931574022,
            "stop": 931574025
        },
        {
            "start": 931574043,
            "stop": 931574094
        },
        {
            "start": 931574112,
            "stop": 931574117
        },
        {
            "start": 931574345,
            "stop": 931574376
        },
        {
            "start": 931574378,
            "stop": 931574404
        },
        {
            "start": 931574428,
            "stop": 931574434
        },
        {
            "start": 931574472,
            "stop": 931574609
        },
        {
            "start": 931574626,
            "stop": 931574697
        },
        {
            "start": 931574714,
            "stop": 931574723
        },
        {
            "start": 931574740,
            "stop": 931574745
        },
        {
            "start": 931574856,
            "stop": 931574870
        },
        {
            "start": 931574986,
            "stop": 931574987
        },
        {
            "start": 931575033,
            "stop": 931575035
        },
        {
            "start": 931575075,
            "stop": 931575078
        },
        {
            "start": 931575096,
            "stop": 931575138
        },
        {
            "start": 931575156,
            "stop": 931575181
        },
        {
            "start": 931575207,
            "stop": 931575210
        },
        {
            "start": 931576945,
            "stop": 931577470
        },
        {
            "start": 931577493,
            "stop": 931577527
        }
    ]
}