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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7894",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7892",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7893,
    "results": [
        {
            "start": 969918185,
            "stop": 969918186
        },
        {
            "start": 969918211,
            "stop": 969918346
        },
        {
            "start": 969920035,
            "stop": 969920958
        },
        {
            "start": 969920961,
            "stop": 969921295
        },
        {
            "start": 969921298,
            "stop": 969921305
        },
        {
            "start": 969921308,
            "stop": 969921430
        },
        {
            "start": 969921444,
            "stop": 969921453
        },
        {
            "start": 969921465,
            "stop": 969921521
        },
        {
            "start": 969921524,
            "stop": 969921557
        },
        {
            "start": 969921560,
            "stop": 969921596
        },
        {
            "start": 969921599,
            "stop": 969921614
        },
        {
            "start": 969921617,
            "stop": 969921875
        },
        {
            "start": 969921896,
            "stop": 969921905
        },
        {
            "start": 969921916,
            "stop": 969921919
        },
        {
            "start": 969921922,
            "stop": 969921939
        },
        {
            "start": 969921977,
            "stop": 969921983
        },
        {
            "start": 969921989,
            "stop": 969921997
        },
        {
            "start": 969922000,
            "stop": 969922018
        },
        {
            "start": 969922039,
            "stop": 969922579
        },
        {
            "start": 969922582,
            "stop": 969922606
        }
    ]
}