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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=48",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 49,
    "results": [
        {
            "start": 931371524,
            "stop": 931371527
        },
        {
            "start": 931371545,
            "stop": 931371564
        },
        {
            "start": 931371582,
            "stop": 931371584
        },
        {
            "start": 931371654,
            "stop": 931371656
        },
        {
            "start": 931371659,
            "stop": 931371661
        },
        {
            "start": 931371689,
            "stop": 931371702
        },
        {
            "start": 931371704,
            "stop": 931371716
        },
        {
            "start": 931371719,
            "stop": 931371731
        },
        {
            "start": 931371735,
            "stop": 931371747
        },
        {
            "start": 931371749,
            "stop": 931371761
        },
        {
            "start": 931371764,
            "stop": 931371776
        },
        {
            "start": 931371779,
            "stop": 931371791
        },
        {
            "start": 931371808,
            "stop": 931371821
        },
        {
            "start": 931371824,
            "stop": 931371837
        },
        {
            "start": 931371839,
            "stop": 931371840
        },
        {
            "start": 931371858,
            "stop": 931371899
        },
        {
            "start": 931371917,
            "stop": 931371918
        },
        {
            "start": 931371936,
            "stop": 931371946
        },
        {
            "start": 931371964,
            "stop": 931372179
        },
        {
            "start": 931372197,
            "stop": 931372230
        }
    ]
}