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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=120",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 121,
    "results": [
        {
            "start": 816738228,
            "stop": 816738231
        },
        {
            "start": 816738242,
            "stop": 816738279
        },
        {
            "start": 816738285,
            "stop": 816738286
        },
        {
            "start": 816738292,
            "stop": 816738293
        },
        {
            "start": 816738298,
            "stop": 816738299
        },
        {
            "start": 816738305,
            "stop": 816738306
        },
        {
            "start": 816738310,
            "stop": 816738312
        },
        {
            "start": 816738316,
            "stop": 816738329
        },
        {
            "start": 816738333,
            "stop": 816738334
        },
        {
            "start": 816738350,
            "stop": 816738357
        },
        {
            "start": 816738362,
            "stop": 816738363
        },
        {
            "start": 816738369,
            "stop": 816738375
        },
        {
            "start": 816738383,
            "stop": 816738385
        },
        {
            "start": 816738392,
            "stop": 816738395
        },
        {
            "start": 816738403,
            "stop": 816738404
        },
        {
            "start": 816738410,
            "stop": 816738413
        },
        {
            "start": 816738416,
            "stop": 816738421
        },
        {
            "start": 816738426,
            "stop": 816738430
        },
        {
            "start": 816738438,
            "stop": 816738466
        },
        {
            "start": 816738470,
            "stop": 816738511
        }
    ]
}