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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=219",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 220,
    "results": [
        {
            "start": 934200219,
            "stop": 934200233
        },
        {
            "start": 934200236,
            "stop": 934203754
        },
        {
            "start": 934203757,
            "stop": 934203782
        },
        {
            "start": 934203785,
            "stop": 934203809
        },
        {
            "start": 934203811,
            "stop": 934203816
        },
        {
            "start": 934203818,
            "stop": 934203824
        },
        {
            "start": 934203826,
            "stop": 934203832
        },
        {
            "start": 934203836,
            "stop": 934207119
        },
        {
            "start": 934212549,
            "stop": 934224243
        },
        {
            "start": 934230874,
            "stop": 934232556
        },
        {
            "start": 934232559,
            "stop": 934232563
        },
        {
            "start": 934232568,
            "stop": 934232584
        },
        {
            "start": 934232586,
            "stop": 934232590
        },
        {
            "start": 934232593,
            "stop": 934232610
        },
        {
            "start": 934232612,
            "stop": 934232616
        },
        {
            "start": 934232618,
            "stop": 934232632
        },
        {
            "start": 934232636,
            "stop": 934233312
        },
        {
            "start": 934233315,
            "stop": 934233324
        },
        {
            "start": 934233326,
            "stop": 934233370
        },
        {
            "start": 934233372,
            "stop": 934233376
        }
    ]
}