Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=87
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=86",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 87,
    "results": [
        {
            "start": 932078379,
            "stop": 932078386
        },
        {
            "start": 932078387,
            "stop": 932078389
        },
        {
            "start": 932078390,
            "stop": 932078391
        },
        {
            "start": 932078392,
            "stop": 932078393
        },
        {
            "start": 932078394,
            "stop": 932078399
        },
        {
            "start": 932078400,
            "stop": 932078408
        },
        {
            "start": 932078409,
            "stop": 932078414
        },
        {
            "start": 932078415,
            "stop": 932078441
        },
        {
            "start": 932078442,
            "stop": 932078448
        },
        {
            "start": 932078450,
            "stop": 932078478
        },
        {
            "start": 932078480,
            "stop": 932078481
        },
        {
            "start": 932078483,
            "stop": 932078488
        },
        {
            "start": 932078489,
            "stop": 932078490
        },
        {
            "start": 932078491,
            "stop": 932078498
        },
        {
            "start": 932078500,
            "stop": 932078501
        },
        {
            "start": 932078502,
            "stop": 932078511
        },
        {
            "start": 932078513,
            "stop": 932078535
        },
        {
            "start": 932078537,
            "stop": 932078542
        },
        {
            "start": 932078543,
            "stop": 932078551
        },
        {
            "start": 932078553,
            "stop": 932078556
        }
    ]
}