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=7929
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=7930",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7928",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7929,
    "results": [
        {
            "start": 970013088,
            "stop": 970013098
        },
        {
            "start": 970013104,
            "stop": 970013105
        },
        {
            "start": 970013111,
            "stop": 970013562
        },
        {
            "start": 970013565,
            "stop": 970013586
        },
        {
            "start": 970013589,
            "stop": 970014047
        },
        {
            "start": 970014053,
            "stop": 970014256
        },
        {
            "start": 970014262,
            "stop": 970014272
        },
        {
            "start": 970014281,
            "stop": 970014286
        },
        {
            "start": 970014293,
            "stop": 970014418
        },
        {
            "start": 970014421,
            "stop": 970015156
        },
        {
            "start": 970015170,
            "stop": 970015727
        },
        {
            "start": 970015733,
            "stop": 970015737
        },
        {
            "start": 970015743,
            "stop": 970015752
        },
        {
            "start": 970015758,
            "stop": 970015760
        },
        {
            "start": 970015766,
            "stop": 970015767
        },
        {
            "start": 970015779,
            "stop": 970015788
        },
        {
            "start": 970015794,
            "stop": 970016071
        },
        {
            "start": 970016077,
            "stop": 970016142
        },
        {
            "start": 970016148,
            "stop": 970016348
        },
        {
            "start": 970016359,
            "stop": 970016605
        }
    ]
}