Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=212
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=211",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 212,
    "results": [
        {
            "start": 957131141,
            "stop": 957133059
        },
        {
            "start": 957136209,
            "stop": 957141769
        },
        {
            "start": 957141771,
            "stop": 957144869
        },
        {
            "start": 957153221,
            "stop": 957181121
        },
        {
            "start": 957187071,
            "stop": 957199280
        },
        {
            "start": 957200086,
            "stop": 957214537
        },
        {
            "start": 957217159,
            "stop": 957222803
        },
        {
            "start": 957224173,
            "stop": 957226537
        },
        {
            "start": 957231030,
            "stop": 957232944
        },
        {
            "start": 957234314,
            "stop": 957239332
        },
        {
            "start": 957241981,
            "stop": 957280525
        },
        {
            "start": 957292177,
            "stop": 957292963
        },
        {
            "start": 957294895,
            "stop": 957295244
        },
        {
            "start": 957296480,
            "stop": 957297784
        },
        {
            "start": 957299905,
            "stop": 957303628
        },
        {
            "start": 957318806,
            "stop": 957330775
        },
        {
            "start": 957331237,
            "stop": 957354972
        },
        {
            "start": 957357290,
            "stop": 957379217
        },
        {
            "start": 957386592,
            "stop": 957388509
        },
        {
            "start": 957394509,
            "stop": 957395075
        }
    ]
}