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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=431",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 432,
    "results": [
        {
            "start": 866770425,
            "stop": 866770451
        },
        {
            "start": 866770460,
            "stop": 866770528
        },
        {
            "start": 866770537,
            "stop": 866770547
        },
        {
            "start": 866770551,
            "stop": 866770572
        },
        {
            "start": 866770576,
            "stop": 866770600
        },
        {
            "start": 866770603,
            "stop": 866770633
        },
        {
            "start": 866770641,
            "stop": 866770652
        },
        {
            "start": 866770667,
            "stop": 866770777
        },
        {
            "start": 866770795,
            "stop": 866770906
        },
        {
            "start": 866770910,
            "stop": 866770920
        },
        {
            "start": 866770949,
            "stop": 866771015
        },
        {
            "start": 866771019,
            "stop": 866771041
        },
        {
            "start": 866771049,
            "stop": 866771069
        },
        {
            "start": 866771078,
            "stop": 866771088
        },
        {
            "start": 866771106,
            "stop": 866771112
        },
        {
            "start": 866771125,
            "stop": 866771127
        },
        {
            "start": 866771130,
            "stop": 866771179
        },
        {
            "start": 866771183,
            "stop": 866771214
        },
        {
            "start": 866771241,
            "stop": 866772640
        },
        {
            "start": 866772644,
            "stop": 866772755
        }
    ]
}