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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=172",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 173,
    "results": [
        {
            "start": 932110816,
            "stop": 932110829
        },
        {
            "start": 932110831,
            "stop": 932110874
        },
        {
            "start": 932110876,
            "stop": 932112644
        },
        {
            "start": 932115268,
            "stop": 932117324
        },
        {
            "start": 932117330,
            "stop": 932122392
        },
        {
            "start": 932123648,
            "stop": 932127118
        },
        {
            "start": 932127124,
            "stop": 932130134
        },
        {
            "start": 932132100,
            "stop": 932132831
        },
        {
            "start": 932132838,
            "stop": 932133109
        },
        {
            "start": 932144795,
            "stop": 932146269
        },
        {
            "start": 932148013,
            "stop": 932149642
        },
        {
            "start": 932160666,
            "stop": 932161236
        },
        {
            "start": 932161242,
            "stop": 932161243
        },
        {
            "start": 932163273,
            "stop": 932164038
        },
        {
            "start": 932172102,
            "stop": 932178064
        },
        {
            "start": 932178070,
            "stop": 932178085
        },
        {
            "start": 932178090,
            "stop": 932178146
        },
        {
            "start": 932187087,
            "stop": 932191429
        },
        {
            "start": 932196440,
            "stop": 932202872
        },
        {
            "start": 932205873,
            "stop": 932214921
        }
    ]
}