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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=145",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 146,
    "results": [
        {
            "start": 816763932,
            "stop": 816763933
        },
        {
            "start": 816763939,
            "stop": 816763941
        },
        {
            "start": 816763946,
            "stop": 816763947
        },
        {
            "start": 816763951,
            "stop": 816763978
        },
        {
            "start": 816763981,
            "stop": 816764010
        },
        {
            "start": 816764014,
            "stop": 816764022
        },
        {
            "start": 816764025,
            "stop": 816764034
        },
        {
            "start": 816764042,
            "stop": 816764047
        },
        {
            "start": 816764050,
            "stop": 816764054
        },
        {
            "start": 816764057,
            "stop": 816764064
        },
        {
            "start": 816764069,
            "stop": 816764095
        },
        {
            "start": 816764098,
            "stop": 816764302
        },
        {
            "start": 816764312,
            "stop": 816764314
        },
        {
            "start": 816764321,
            "stop": 816764326
        },
        {
            "start": 816764339,
            "stop": 816764340
        },
        {
            "start": 816764344,
            "stop": 816764348
        },
        {
            "start": 816764365,
            "stop": 816764368
        },
        {
            "start": 816764375,
            "stop": 816764377
        },
        {
            "start": 816764382,
            "stop": 816764383
        },
        {
            "start": 816764390,
            "stop": 816764453
        }
    ]
}