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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=14",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 15,
    "results": [
        {
            "start": 931137389,
            "stop": 931137391
        },
        {
            "start": 931137392,
            "stop": 931137408
        },
        {
            "start": 931137410,
            "stop": 931137411
        },
        {
            "start": 931137413,
            "stop": 931137419
        },
        {
            "start": 931137423,
            "stop": 931137424
        },
        {
            "start": 931137426,
            "stop": 931137436
        },
        {
            "start": 931137438,
            "stop": 931137448
        },
        {
            "start": 931137451,
            "stop": 931137454
        },
        {
            "start": 931137459,
            "stop": 931137463
        },
        {
            "start": 931137466,
            "stop": 931137471
        },
        {
            "start": 931137473,
            "stop": 931137483
        },
        {
            "start": 931137488,
            "stop": 931137491
        },
        {
            "start": 931137492,
            "stop": 931137494
        },
        {
            "start": 931137502,
            "stop": 931137505
        },
        {
            "start": 931137507,
            "stop": 931137519
        },
        {
            "start": 931137521,
            "stop": 931137536
        },
        {
            "start": 931137539,
            "stop": 931137540
        },
        {
            "start": 931137543,
            "stop": 931137553
        },
        {
            "start": 931137554,
            "stop": 931137566
        },
        {
            "start": 931137569,
            "stop": 931137605
        }
    ]
}