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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=372",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 373,
    "results": [
        {
            "start": 849095953,
            "stop": 849098084
        },
        {
            "start": 849098086,
            "stop": 849098195
        },
        {
            "start": 849099417,
            "stop": 849100672
        },
        {
            "start": 849100674,
            "stop": 849101188
        },
        {
            "start": 849101815,
            "stop": 849102199
        },
        {
            "start": 849102201,
            "stop": 849103090
        },
        {
            "start": 849103092,
            "stop": 849108498
        },
        {
            "start": 849108500,
            "stop": 849109772
        },
        {
            "start": 849109905,
            "stop": 849110677
        },
        {
            "start": 849110679,
            "stop": 849111141
        },
        {
            "start": 849113196,
            "stop": 849113856
        },
        {
            "start": 849113858,
            "stop": 849114775
        },
        {
            "start": 849114840,
            "stop": 849114918
        },
        {
            "start": 849115008,
            "stop": 849116728
        },
        {
            "start": 849117913,
            "stop": 849119622
        },
        {
            "start": 849120359,
            "stop": 849122988
        },
        {
            "start": 849122990,
            "stop": 849126523
        },
        {
            "start": 849128459,
            "stop": 849129064
        },
        {
            "start": 849129261,
            "stop": 849130936
        },
        {
            "start": 849131042,
            "stop": 849131107
        }
    ]
}