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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=137",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 138,
    "results": [
        {
            "start": 966779323,
            "stop": 966792629
        },
        {
            "start": 966793488,
            "stop": 966794087
        },
        {
            "start": 966795341,
            "stop": 966796556
        },
        {
            "start": 966801250,
            "stop": 966811885
        },
        {
            "start": 966814085,
            "stop": 966815698
        },
        {
            "start": 966816179,
            "stop": 966824245
        },
        {
            "start": 966824657,
            "stop": 966864172
        },
        {
            "start": 966865933,
            "stop": 966878986
        },
        {
            "start": 966880254,
            "stop": 966902505
        },
        {
            "start": 966903128,
            "stop": 966906589
        },
        {
            "start": 966906781,
            "stop": 966945960
        },
        {
            "start": 966947549,
            "stop": 966947943
        },
        {
            "start": 966949344,
            "stop": 966960963
        },
        {
            "start": 966962013,
            "stop": 966962024
        },
        {
            "start": 966962063,
            "stop": 966962066
        },
        {
            "start": 966962093,
            "stop": 966967557
        },
        {
            "start": 966969606,
            "stop": 966971350
        },
        {
            "start": 966973218,
            "stop": 966974454
        },
        {
            "start": 966977392,
            "stop": 966994024
        },
        {
            "start": 966995186,
            "stop": 967001514
        }
    ]
}