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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=72",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 73,
    "results": [
        {
            "start": 931463659,
            "stop": 931463692
        },
        {
            "start": 931463696,
            "stop": 931463699
        },
        {
            "start": 931463700,
            "stop": 931463735
        },
        {
            "start": 931463753,
            "stop": 931463759
        },
        {
            "start": 931463760,
            "stop": 931463771
        },
        {
            "start": 931463774,
            "stop": 931463813
        },
        {
            "start": 931463814,
            "stop": 931463817
        },
        {
            "start": 931463820,
            "stop": 931463840
        },
        {
            "start": 931463842,
            "stop": 931463853
        },
        {
            "start": 931463856,
            "stop": 931463884
        },
        {
            "start": 931463912,
            "stop": 931463930
        },
        {
            "start": 931464001,
            "stop": 931464012
        },
        {
            "start": 931464388,
            "stop": 931464396
        },
        {
            "start": 931464470,
            "stop": 931464497
        },
        {
            "start": 931464516,
            "stop": 931464530
        },
        {
            "start": 931464650,
            "stop": 931464672
        },
        {
            "start": 931464707,
            "stop": 931464757
        },
        {
            "start": 931464775,
            "stop": 931464814
        },
        {
            "start": 931464849,
            "stop": 931464856
        },
        {
            "start": 931464874,
            "stop": 931464879
        }
    ]
}