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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=305",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 306,
    "results": [
        {
            "start": 828899616,
            "stop": 828899617
        },
        {
            "start": 828899630,
            "stop": 828899633
        },
        {
            "start": 828899636,
            "stop": 828899637
        },
        {
            "start": 828899646,
            "stop": 828899648
        },
        {
            "start": 828899670,
            "stop": 828899671
        },
        {
            "start": 828899712,
            "stop": 828899713
        },
        {
            "start": 828899722,
            "stop": 828899724
        },
        {
            "start": 828899727,
            "stop": 828899732
        },
        {
            "start": 828899739,
            "stop": 828899740
        },
        {
            "start": 828899745,
            "stop": 828899749
        },
        {
            "start": 828899759,
            "stop": 828899760
        },
        {
            "start": 828899766,
            "stop": 828899767
        },
        {
            "start": 828899779,
            "stop": 828899781
        },
        {
            "start": 828899816,
            "stop": 828899817
        },
        {
            "start": 828899993,
            "stop": 828899996
        },
        {
            "start": 828900000,
            "stop": 828900001
        },
        {
            "start": 828900012,
            "stop": 828900013
        },
        {
            "start": 828900052,
            "stop": 828900053
        },
        {
            "start": 828900101,
            "stop": 828900102
        },
        {
            "start": 828900143,
            "stop": 828900144
        }
    ]
}