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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=117",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 118,
    "results": [
        {
            "start": 816706893,
            "stop": 816706912
        },
        {
            "start": 816706916,
            "stop": 816706976
        },
        {
            "start": 816706981,
            "stop": 816706988
        },
        {
            "start": 816706991,
            "stop": 816707068
        },
        {
            "start": 816707071,
            "stop": 816707090
        },
        {
            "start": 816707093,
            "stop": 816707103
        },
        {
            "start": 816707116,
            "stop": 816707154
        },
        {
            "start": 816707158,
            "stop": 816707181
        },
        {
            "start": 816707185,
            "stop": 816707207
        },
        {
            "start": 816707214,
            "stop": 816707227
        },
        {
            "start": 816707232,
            "stop": 816707274
        },
        {
            "start": 816707279,
            "stop": 816707288
        },
        {
            "start": 816707294,
            "stop": 816707322
        },
        {
            "start": 816707332,
            "stop": 816707337
        },
        {
            "start": 816707345,
            "stop": 816707353
        },
        {
            "start": 816737408,
            "stop": 816737425
        },
        {
            "start": 816737431,
            "stop": 816737433
        },
        {
            "start": 816737438,
            "stop": 816737455
        },
        {
            "start": 816737459,
            "stop": 816737463
        },
        {
            "start": 816737466,
            "stop": 816737467
        }
    ]
}