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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=412",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 413,
    "results": [
        {
            "start": 970491673,
            "stop": 970491676
        },
        {
            "start": 970491681,
            "stop": 970491737
        },
        {
            "start": 970491751,
            "stop": 970491807
        },
        {
            "start": 970491813,
            "stop": 970491881
        },
        {
            "start": 970491887,
            "stop": 970491904
        },
        {
            "start": 970491910,
            "stop": 970491912
        },
        {
            "start": 970491926,
            "stop": 970491928
        },
        {
            "start": 970491933,
            "stop": 970491961
        },
        {
            "start": 970491966,
            "stop": 970491968
        },
        {
            "start": 970491973,
            "stop": 970491975
        },
        {
            "start": 970491981,
            "stop": 970491994
        },
        {
            "start": 970492009,
            "stop": 970492018
        },
        {
            "start": 970492034,
            "stop": 970492039
        },
        {
            "start": 970492049,
            "stop": 970492051
        },
        {
            "start": 970492089,
            "stop": 970492104
        },
        {
            "start": 970492114,
            "stop": 970492122
        },
        {
            "start": 970492132,
            "stop": 970492137
        },
        {
            "start": 970492146,
            "stop": 970492156
        },
        {
            "start": 970492172,
            "stop": 970492173
        },
        {
            "start": 970492179,
            "stop": 970492200
        }
    ]
}