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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=435",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 436,
    "results": [
        {
            "start": 818737466,
            "stop": 818737470
        },
        {
            "start": 818737473,
            "stop": 818737481
        },
        {
            "start": 818737486,
            "stop": 818737491
        },
        {
            "start": 818737495,
            "stop": 818737497
        },
        {
            "start": 818737500,
            "stop": 818737510
        },
        {
            "start": 818737513,
            "stop": 818737517
        },
        {
            "start": 818737524,
            "stop": 818737536
        },
        {
            "start": 818737541,
            "stop": 818737573
        },
        {
            "start": 818737576,
            "stop": 818737587
        },
        {
            "start": 818737592,
            "stop": 818737596
        },
        {
            "start": 818737599,
            "stop": 818737600
        },
        {
            "start": 818737603,
            "stop": 818737610
        },
        {
            "start": 818737613,
            "stop": 818737631
        },
        {
            "start": 818737634,
            "stop": 818737637
        },
        {
            "start": 818737640,
            "stop": 818737656
        },
        {
            "start": 818737659,
            "stop": 818737661
        },
        {
            "start": 818737669,
            "stop": 818737689
        },
        {
            "start": 818737692,
            "stop": 818737695
        },
        {
            "start": 818737703,
            "stop": 818737704
        },
        {
            "start": 818737707,
            "stop": 818737742
        }
    ]
}