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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=149",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 150,
    "results": [
        {
            "start": 970039388,
            "stop": 970048183
        },
        {
            "start": 970048830,
            "stop": 970051556
        },
        {
            "start": 970052731,
            "stop": 970053238
        },
        {
            "start": 970055939,
            "stop": 970056404
        },
        {
            "start": 970059229,
            "stop": 970059750
        },
        {
            "start": 970062967,
            "stop": 970063191
        },
        {
            "start": 970065516,
            "stop": 970065866
        },
        {
            "start": 970079365,
            "stop": 970083741
        },
        {
            "start": 970084765,
            "stop": 970086060
        },
        {
            "start": 970086238,
            "stop": 970095454
        },
        {
            "start": 970100690,
            "stop": 970146511
        },
        {
            "start": 970150347,
            "stop": 970169422
        },
        {
            "start": 970171022,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970176363
        },
        {
            "start": 970177579,
            "stop": 970188688
        },
        {
            "start": 970190537,
            "stop": 970209999
        },
        {
            "start": 970211832,
            "stop": 970219822
        },
        {
            "start": 970221002,
            "stop": 970227292
        },
        {
            "start": 970230445,
            "stop": 970236008
        },
        {
            "start": 970242799,
            "stop": 970248863
        }
    ]
}