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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=229",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 230,
    "results": [
        {
            "start": 934365820,
            "stop": 934365835
        },
        {
            "start": 934365839,
            "stop": 934369358
        },
        {
            "start": 934369360,
            "stop": 934369365
        },
        {
            "start": 934369369,
            "stop": 934369384
        },
        {
            "start": 934369386,
            "stop": 934369391
        },
        {
            "start": 934369394,
            "stop": 934369411
        },
        {
            "start": 934369413,
            "stop": 934369416
        },
        {
            "start": 934369419,
            "stop": 934369434
        },
        {
            "start": 934369438,
            "stop": 934372933
        },
        {
            "start": 934372935,
            "stop": 934372952
        },
        {
            "start": 934372955,
            "stop": 934372963
        },
        {
            "start": 934372965,
            "stop": 934372983
        },
        {
            "start": 934372985,
            "stop": 934373009
        },
        {
            "start": 934373011,
            "stop": 934373015
        },
        {
            "start": 934373017,
            "stop": 934373032
        },
        {
            "start": 934373036,
            "stop": 934374417
        },
        {
            "start": 934380729,
            "stop": 934383734
        },
        {
            "start": 934383737,
            "stop": 934383754
        },
        {
            "start": 934383757,
            "stop": 934383758
        },
        {
            "start": 934383760,
            "stop": 934383785
        }
    ]
}