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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=3",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 4,
    "results": [
        {
            "start": 815413494,
            "stop": 815413813
        },
        {
            "start": 815420229,
            "stop": 815420250
        },
        {
            "start": 815420253,
            "stop": 815420443
        },
        {
            "start": 815420446,
            "stop": 815420652
        },
        {
            "start": 815421978,
            "stop": 815422019
        },
        {
            "start": 815422023,
            "stop": 815422231
        },
        {
            "start": 815422234,
            "stop": 815422249
        },
        {
            "start": 815425980,
            "stop": 815426016
        },
        {
            "start": 815426019,
            "stop": 815426356
        },
        {
            "start": 815426359,
            "stop": 815426370
        },
        {
            "start": 815426373,
            "stop": 815426715
        },
        {
            "start": 815426718,
            "stop": 815426764
        },
        {
            "start": 815447636,
            "stop": 815447661
        },
        {
            "start": 815450233,
            "stop": 815450629
        },
        {
            "start": 815450632,
            "stop": 815450653
        },
        {
            "start": 815456378,
            "stop": 815456690
        },
        {
            "start": 815457216,
            "stop": 815458676
        },
        {
            "start": 815466304,
            "stop": 815466637
        },
        {
            "start": 815466640,
            "stop": 815466750
        },
        {
            "start": 815466753,
            "stop": 815467406
        }
    ]
}