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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=171",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 172,
    "results": [
        {
            "start": 931538497,
            "stop": 931538500
        },
        {
            "start": 931538502,
            "stop": 931538518
        },
        {
            "start": 931538520,
            "stop": 931538521
        },
        {
            "start": 931538527,
            "stop": 931538528
        },
        {
            "start": 931538532,
            "stop": 931538533
        },
        {
            "start": 931538536,
            "stop": 931538537
        },
        {
            "start": 931538539,
            "stop": 931538590
        },
        {
            "start": 931538592,
            "stop": 931538597
        },
        {
            "start": 931538600,
            "stop": 931538602
        },
        {
            "start": 931538605,
            "stop": 931538612
        },
        {
            "start": 931538614,
            "stop": 931538634
        },
        {
            "start": 931538636,
            "stop": 931538638
        },
        {
            "start": 931538641,
            "stop": 931538649
        },
        {
            "start": 931538651,
            "stop": 931538674
        },
        {
            "start": 931538676,
            "stop": 931538682
        },
        {
            "start": 931538684,
            "stop": 931538693
        },
        {
            "start": 931538695,
            "stop": 931538696
        },
        {
            "start": 931538700,
            "stop": 931538711
        },
        {
            "start": 931538713,
            "stop": 931538715
        },
        {
            "start": 931538717,
            "stop": 931538719
        }
    ]
}