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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=248",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 249,
    "results": [
        {
            "start": 934233316,
            "stop": 934233323
        },
        {
            "start": 934233449,
            "stop": 934233509
        },
        {
            "start": 934233569,
            "stop": 934233629
        },
        {
            "start": 934233689,
            "stop": 934233809
        },
        {
            "start": 934233929,
            "stop": 934234009
        },
        {
            "start": 934234014,
            "stop": 934234073
        },
        {
            "start": 934234078,
            "stop": 934234178
        },
        {
            "start": 934234183,
            "stop": 934234289
        },
        {
            "start": 934234349,
            "stop": 934235009
        },
        {
            "start": 934235069,
            "stop": 934235129
        },
        {
            "start": 934235189,
            "stop": 934236015
        },
        {
            "start": 934236255,
            "stop": 934236449
        },
        {
            "start": 934236509,
            "stop": 934237169
        },
        {
            "start": 934237289,
            "stop": 934237409
        },
        {
            "start": 934237589,
            "stop": 934238069
        },
        {
            "start": 934238369,
            "stop": 934238374
        },
        {
            "start": 934238376,
            "stop": 934238386
        },
        {
            "start": 934238389,
            "stop": 934238654
        },
        {
            "start": 934238659,
            "stop": 934238717
        },
        {
            "start": 934238719,
            "stop": 934238849
        }
    ]
}