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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=31",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 32,
    "results": [
        {
            "start": 931360859,
            "stop": 931360872
        },
        {
            "start": 931360884,
            "stop": 931360885
        },
        {
            "start": 931360887,
            "stop": 931360889
        },
        {
            "start": 931360893,
            "stop": 931360894
        },
        {
            "start": 931360899,
            "stop": 931360900
        },
        {
            "start": 931360904,
            "stop": 931360905
        },
        {
            "start": 931360907,
            "stop": 931360909
        },
        {
            "start": 931377655,
            "stop": 931378788
        },
        {
            "start": 931379051,
            "stop": 931386078
        },
        {
            "start": 931399838,
            "stop": 931403318
        },
        {
            "start": 931403320,
            "stop": 931403454
        },
        {
            "start": 931403456,
            "stop": 931403490
        },
        {
            "start": 931403492,
            "stop": 931403505
        },
        {
            "start": 931403507,
            "stop": 931403540
        },
        {
            "start": 931418986,
            "stop": 931429034
        },
        {
            "start": 931429036,
            "stop": 931429072
        },
        {
            "start": 931429074,
            "stop": 931429090
        },
        {
            "start": 931429092,
            "stop": 931429692
        },
        {
            "start": 931429696,
            "stop": 931429746
        },
        {
            "start": 931429749,
            "stop": 931429764
        }
    ]
}