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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5325",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5326,
    "results": [
        {
            "start": 971073206,
            "stop": 971073249
        },
        {
            "start": 971073252,
            "stop": 971073271
        },
        {
            "start": 971073274,
            "stop": 971073759
        },
        {
            "start": 971073762,
            "stop": 971073899
        },
        {
            "start": 971073902,
            "stop": 971074302
        },
        {
            "start": 971074305,
            "stop": 971074448
        },
        {
            "start": 971074451,
            "stop": 971075653
        },
        {
            "start": 971075656,
            "stop": 971075738
        },
        {
            "start": 971075897,
            "stop": 971076337
        },
        {
            "start": 971076340,
            "stop": 971076542
        },
        {
            "start": 971076545,
            "stop": 971076604
        },
        {
            "start": 971076607,
            "stop": 971076623
        },
        {
            "start": 971076641,
            "stop": 971076788
        },
        {
            "start": 971076791,
            "stop": 971077519
        },
        {
            "start": 971077522,
            "stop": 971077928
        },
        {
            "start": 971077931,
            "stop": 971078515
        },
        {
            "start": 971078518,
            "stop": 971078561
        },
        {
            "start": 971078564,
            "stop": 971078657
        },
        {
            "start": 971078660,
            "stop": 971078935
        },
        {
            "start": 971078938,
            "stop": 971079330
        }
    ]
}