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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=154",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 155,
    "results": [
        {
            "start": 932306775,
            "stop": 932307040
        },
        {
            "start": 932307061,
            "stop": 932307274
        },
        {
            "start": 932307299,
            "stop": 932308115
        },
        {
            "start": 932311471,
            "stop": 932312136
        },
        {
            "start": 932316434,
            "stop": 932317056
        },
        {
            "start": 932319084,
            "stop": 932319261
        },
        {
            "start": 932320369,
            "stop": 932320621
        },
        {
            "start": 932320641,
            "stop": 932320642
        },
        {
            "start": 932322188,
            "stop": 932322218
        },
        {
            "start": 932323723,
            "stop": 932324407
        },
        {
            "start": 932345677,
            "stop": 932345958
        },
        {
            "start": 932348140,
            "stop": 932348198
        },
        {
            "start": 932348200,
            "stop": 932348407
        },
        {
            "start": 932348410,
            "stop": 932348437
        },
        {
            "start": 932348439,
            "stop": 932348453
        },
        {
            "start": 932348455,
            "stop": 932349204
        },
        {
            "start": 932349207,
            "stop": 932349295
        },
        {
            "start": 932349297,
            "stop": 932349309
        },
        {
            "start": 932349312,
            "stop": 932349324
        },
        {
            "start": 932349327,
            "stop": 932349354
        }
    ]
}