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_CAT4/segments?format=api&page=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=242",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 243,
    "results": [
        {
            "start": 934165289,
            "stop": 934165841
        },
        {
            "start": 934165846,
            "stop": 934166369
        },
        {
            "start": 934166429,
            "stop": 934166489
        },
        {
            "start": 934166549,
            "stop": 934166688
        },
        {
            "start": 934166693,
            "stop": 934166969
        },
        {
            "start": 934167029,
            "stop": 934167149
        },
        {
            "start": 934167329,
            "stop": 934167615
        },
        {
            "start": 934167869,
            "stop": 934167989
        },
        {
            "start": 934168229,
            "stop": 934168349
        },
        {
            "start": 934168409,
            "stop": 934168649
        },
        {
            "start": 934168709,
            "stop": 934168912
        },
        {
            "start": 934169032,
            "stop": 934169069
        },
        {
            "start": 934169129,
            "stop": 934169309
        },
        {
            "start": 934169369,
            "stop": 934169489
        },
        {
            "start": 934169969,
            "stop": 934170029
        },
        {
            "start": 934170329,
            "stop": 934170389
        },
        {
            "start": 934170449,
            "stop": 934170509
        },
        {
            "start": 934170809,
            "stop": 934170929
        },
        {
            "start": 934171455,
            "stop": 934171469
        },
        {
            "start": 934171529,
            "stop": 934171589
        }
    ]
}