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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=32",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 33,
    "results": [
        {
            "start": 819791828,
            "stop": 819801811
        },
        {
            "start": 819802302,
            "stop": 819802674
        },
        {
            "start": 819803145,
            "stop": 819825015
        },
        {
            "start": 819828551,
            "stop": 819829726
        },
        {
            "start": 819830289,
            "stop": 819837664
        },
        {
            "start": 819838065,
            "stop": 819842563
        },
        {
            "start": 819842963,
            "stop": 819849458
        },
        {
            "start": 819850003,
            "stop": 819881036
        },
        {
            "start": 819881776,
            "stop": 819887026
        },
        {
            "start": 819888431,
            "stop": 819901537
        },
        {
            "start": 819902055,
            "stop": 819922330
        },
        {
            "start": 819922813,
            "stop": 819927051
        },
        {
            "start": 819929901,
            "stop": 819968520
        },
        {
            "start": 819969025,
            "stop": 819974118
        },
        {
            "start": 819975882,
            "stop": 819975994
        },
        {
            "start": 819976719,
            "stop": 819977295
        },
        {
            "start": 819978061,
            "stop": 819978087
        },
        {
            "start": 819978487,
            "stop": 819979280
        },
        {
            "start": 819979600,
            "stop": 819980715
        },
        {
            "start": 819981115,
            "stop": 819983917
        }
    ]
}