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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=228",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 229,
    "results": [
        {
            "start": 821182379,
            "stop": 821182575
        },
        {
            "start": 821182583,
            "stop": 821182744
        },
        {
            "start": 821182752,
            "stop": 821182754
        },
        {
            "start": 821182762,
            "stop": 821182900
        },
        {
            "start": 821182908,
            "stop": 821182931
        },
        {
            "start": 821182939,
            "stop": 821183013
        },
        {
            "start": 821183021,
            "stop": 821183193
        },
        {
            "start": 821183201,
            "stop": 821183263
        },
        {
            "start": 821183271,
            "stop": 821183423
        },
        {
            "start": 821183440,
            "stop": 821183454
        },
        {
            "start": 821183465,
            "stop": 821183477
        },
        {
            "start": 821183485,
            "stop": 821183488
        },
        {
            "start": 821183496,
            "stop": 821183572
        },
        {
            "start": 821183580,
            "stop": 821183582
        },
        {
            "start": 821183598,
            "stop": 821183608
        },
        {
            "start": 821183616,
            "stop": 821183665
        },
        {
            "start": 821183674,
            "stop": 821184207
        },
        {
            "start": 821184225,
            "stop": 821184279
        },
        {
            "start": 821184438,
            "stop": 821184447
        },
        {
            "start": 821184577,
            "stop": 821184662
        }
    ]
}