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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=217",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 218,
    "results": [
        {
            "start": 849081192,
            "stop": 849082232
        },
        {
            "start": 849082566,
            "stop": 849087827
        },
        {
            "start": 849088161,
            "stop": 849089020
        },
        {
            "start": 849089320,
            "stop": 849111837
        },
        {
            "start": 849112149,
            "stop": 849112171
        },
        {
            "start": 849114339,
            "stop": 849122130
        },
        {
            "start": 849122190,
            "stop": 849147700
        },
        {
            "start": 849147810,
            "stop": 849153322
        },
        {
            "start": 849153622,
            "stop": 849153661
        },
        {
            "start": 849153771,
            "stop": 849160354
        },
        {
            "start": 849160937,
            "stop": 849161798
        },
        {
            "start": 849162181,
            "stop": 849162209
        },
        {
            "start": 849162549,
            "stop": 849164436
        },
        {
            "start": 849165031,
            "stop": 849208731
        },
        {
            "start": 849208834,
            "stop": 849208902
        },
        {
            "start": 849208976,
            "stop": 849209044
        },
        {
            "start": 849209191,
            "stop": 849212752
        },
        {
            "start": 849214043,
            "stop": 849214770
        },
        {
            "start": 849216664,
            "stop": 849227806
        },
        {
            "start": 849227844,
            "stop": 849240432
        }
    ]
}