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/H2_CW_CAT1/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/S5/timelines/H2_CW_CAT1/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=48",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 49,
    "results": [
        {
            "start": 821042732,
            "stop": 821042743
        },
        {
            "start": 821042747,
            "stop": 821042753
        },
        {
            "start": 821042771,
            "stop": 821042777
        },
        {
            "start": 821042781,
            "stop": 821042831
        },
        {
            "start": 821042835,
            "stop": 821042874
        },
        {
            "start": 821042878,
            "stop": 821042908
        },
        {
            "start": 821042912,
            "stop": 821042943
        },
        {
            "start": 821042956,
            "stop": 821042962
        },
        {
            "start": 821042971,
            "stop": 821042977
        },
        {
            "start": 821042985,
            "stop": 821043010
        },
        {
            "start": 821043023,
            "stop": 821043034
        },
        {
            "start": 821043038,
            "stop": 821043044
        },
        {
            "start": 821043053,
            "stop": 821043059
        },
        {
            "start": 821043063,
            "stop": 821043126
        },
        {
            "start": 821043135,
            "stop": 821043145
        },
        {
            "start": 821043149,
            "stop": 821043155
        },
        {
            "start": 821043168,
            "stop": 821043174
        },
        {
            "start": 821043197,
            "stop": 821043208
        },
        {
            "start": 821043212,
            "stop": 821043218
        },
        {
            "start": 821043221,
            "stop": 821043251
        }
    ]
}