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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=161",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 162,
    "results": [
        {
            "start": 931536615,
            "stop": 931536616
        },
        {
            "start": 931536618,
            "stop": 931536619
        },
        {
            "start": 931536624,
            "stop": 931536627
        },
        {
            "start": 931536629,
            "stop": 931536630
        },
        {
            "start": 931536633,
            "stop": 931536634
        },
        {
            "start": 931536638,
            "stop": 931536643
        },
        {
            "start": 931536645,
            "stop": 931536665
        },
        {
            "start": 931536667,
            "stop": 931536671
        },
        {
            "start": 931536673,
            "stop": 931536680
        },
        {
            "start": 931536682,
            "stop": 931536683
        },
        {
            "start": 931536686,
            "stop": 931536689
        },
        {
            "start": 931536691,
            "stop": 931536692
        },
        {
            "start": 931536695,
            "stop": 931536704
        },
        {
            "start": 931536706,
            "stop": 931536707
        },
        {
            "start": 931536711,
            "stop": 931536714
        },
        {
            "start": 931536716,
            "stop": 931536717
        },
        {
            "start": 931536719,
            "stop": 931536721
        },
        {
            "start": 931536725,
            "stop": 931536726
        },
        {
            "start": 931536728,
            "stop": 931536729
        },
        {
            "start": 931536731,
            "stop": 931536736
        }
    ]
}