Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=43
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=42",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 43,
    "results": [
        {
            "start": 817071490,
            "stop": 817071960
        },
        {
            "start": 817072020,
            "stop": 817072200
        },
        {
            "start": 817072260,
            "stop": 817072740
        },
        {
            "start": 817072800,
            "stop": 817072839
        },
        {
            "start": 817072846,
            "stop": 817073248
        },
        {
            "start": 817073255,
            "stop": 817073521
        },
        {
            "start": 817073528,
            "stop": 817073815
        },
        {
            "start": 817073822,
            "stop": 817073856
        },
        {
            "start": 817074842,
            "stop": 817075080
        },
        {
            "start": 817075140,
            "stop": 817075307
        },
        {
            "start": 817075315,
            "stop": 817076147
        },
        {
            "start": 817076160,
            "stop": 817076945
        },
        {
            "start": 817076953,
            "stop": 817077240
        },
        {
            "start": 817077300,
            "stop": 817077360
        },
        {
            "start": 817080202,
            "stop": 817080360
        },
        {
            "start": 817080420,
            "stop": 817080469
        },
        {
            "start": 817081349,
            "stop": 817081713
        },
        {
            "start": 817081720,
            "stop": 817082113
        },
        {
            "start": 817085572,
            "stop": 817085952
        },
        {
            "start": 817085959,
            "stop": 817088061
        }
    ]
}