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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9081",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9082,
    "results": [
        {
            "start": 874647359,
            "stop": 874647360
        },
        {
            "start": 874647392,
            "stop": 874647425
        },
        {
            "start": 874647448,
            "stop": 874647586
        },
        {
            "start": 874647605,
            "stop": 874647703
        },
        {
            "start": 874647726,
            "stop": 874648674
        },
        {
            "start": 874648693,
            "stop": 874648769
        },
        {
            "start": 874648788,
            "stop": 874648806
        },
        {
            "start": 874648829,
            "stop": 874648857
        },
        {
            "start": 874648876,
            "stop": 874648905
        },
        {
            "start": 874648938,
            "stop": 874649068
        },
        {
            "start": 874649087,
            "stop": 874649392
        },
        {
            "start": 874649441,
            "stop": 874650655
        },
        {
            "start": 874650675,
            "stop": 874652716
        },
        {
            "start": 874652733,
            "stop": 874653279
        },
        {
            "start": 874653300,
            "stop": 874653557
        },
        {
            "start": 874653576,
            "stop": 874653644
        },
        {
            "start": 874653677,
            "stop": 874653685
        },
        {
            "start": 874653749,
            "stop": 874653778
        },
        {
            "start": 874653797,
            "stop": 874653814
        },
        {
            "start": 874653833,
            "stop": 874653900
        }
    ]
}