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=8110
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=8111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8109",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8110,
    "results": [
        {
            "start": 970792203,
            "stop": 970792741
        },
        {
            "start": 970792745,
            "stop": 970792788
        },
        {
            "start": 970792791,
            "stop": 970792895
        },
        {
            "start": 970792898,
            "stop": 970792931
        },
        {
            "start": 970792934,
            "stop": 970793567
        },
        {
            "start": 970793570,
            "stop": 970793915
        },
        {
            "start": 970793918,
            "stop": 970793923
        },
        {
            "start": 970793926,
            "stop": 970793947
        },
        {
            "start": 970793954,
            "stop": 970794131
        },
        {
            "start": 970794134,
            "stop": 970794267
        },
        {
            "start": 970794270,
            "stop": 970794320
        },
        {
            "start": 970794323,
            "stop": 970794683
        },
        {
            "start": 970794686,
            "stop": 970794693
        },
        {
            "start": 970794697,
            "stop": 970794706
        },
        {
            "start": 970794709,
            "stop": 970795015
        },
        {
            "start": 970795018,
            "stop": 970795020
        },
        {
            "start": 970795023,
            "stop": 970795204
        },
        {
            "start": 970795209,
            "stop": 970795476
        },
        {
            "start": 970795479,
            "stop": 970795661
        },
        {
            "start": 970795664,
            "stop": 970795682
        }
    ]
}