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=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=358",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 359,
    "results": [
        {
            "start": 939548881,
            "stop": 939549023
        },
        {
            "start": 939549026,
            "stop": 939549103
        },
        {
            "start": 939549106,
            "stop": 939549443
        },
        {
            "start": 939549446,
            "stop": 939550047
        },
        {
            "start": 939550050,
            "stop": 939550116
        },
        {
            "start": 939550119,
            "stop": 939551134
        },
        {
            "start": 939551137,
            "stop": 939551165
        },
        {
            "start": 939551168,
            "stop": 939551403
        },
        {
            "start": 939551407,
            "stop": 939551472
        },
        {
            "start": 939551475,
            "stop": 939551476
        },
        {
            "start": 939551479,
            "stop": 939551502
        },
        {
            "start": 939551505,
            "stop": 939551880
        },
        {
            "start": 939551883,
            "stop": 939551965
        },
        {
            "start": 939551968,
            "stop": 939552104
        },
        {
            "start": 939552107,
            "stop": 939552110
        },
        {
            "start": 939552113,
            "stop": 939552154
        },
        {
            "start": 939552157,
            "stop": 939552159
        },
        {
            "start": 939552162,
            "stop": 939552212
        },
        {
            "start": 939552217,
            "stop": 939552225
        },
        {
            "start": 939552230,
            "stop": 939552312
        }
    ]
}