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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=352",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 353,
    "results": [
        {
            "start": 939535730,
            "stop": 939535797
        },
        {
            "start": 939535800,
            "stop": 939535861
        },
        {
            "start": 939535865,
            "stop": 939535870
        },
        {
            "start": 939535874,
            "stop": 939535915
        },
        {
            "start": 939535918,
            "stop": 939535952
        },
        {
            "start": 939535956,
            "stop": 939535998
        },
        {
            "start": 939536001,
            "stop": 939536117
        },
        {
            "start": 939536122,
            "stop": 939536389
        },
        {
            "start": 939536392,
            "stop": 939536438
        },
        {
            "start": 939536445,
            "stop": 939536454
        },
        {
            "start": 939536459,
            "stop": 939536496
        },
        {
            "start": 939536504,
            "stop": 939536523
        },
        {
            "start": 939536526,
            "stop": 939536531
        },
        {
            "start": 939536537,
            "stop": 939536558
        },
        {
            "start": 939536561,
            "stop": 939536613
        },
        {
            "start": 939536617,
            "stop": 939536660
        },
        {
            "start": 939536663,
            "stop": 939536664
        },
        {
            "start": 939536670,
            "stop": 939536675
        },
        {
            "start": 939536679,
            "stop": 939536685
        },
        {
            "start": 939536688,
            "stop": 939536698
        }
    ]
}