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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=181",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 182,
    "results": [
        {
            "start": 819940440,
            "stop": 819941221
        },
        {
            "start": 819941400,
            "stop": 819941653
        },
        {
            "start": 819941790,
            "stop": 819942944
        },
        {
            "start": 819942947,
            "stop": 819944038
        },
        {
            "start": 819944042,
            "stop": 819944045
        },
        {
            "start": 819944048,
            "stop": 819944566
        },
        {
            "start": 819944569,
            "stop": 819945060
        },
        {
            "start": 819945120,
            "stop": 819946264
        },
        {
            "start": 819946268,
            "stop": 819946702
        },
        {
            "start": 819946822,
            "stop": 819947460
        },
        {
            "start": 819947520,
            "stop": 819948937
        },
        {
            "start": 819948940,
            "stop": 819949004
        },
        {
            "start": 819949007,
            "stop": 819949344
        },
        {
            "start": 819949376,
            "stop": 819949567
        },
        {
            "start": 819949570,
            "stop": 819951076
        },
        {
            "start": 819951079,
            "stop": 819951198
        },
        {
            "start": 819951201,
            "stop": 819951600
        },
        {
            "start": 819951823,
            "stop": 819952093
        },
        {
            "start": 819952096,
            "stop": 819952674
        },
        {
            "start": 819952795,
            "stop": 819953205
        }
    ]
}