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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=42",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 43,
    "results": [
        {
            "start": 819711260,
            "stop": 819720000
        },
        {
            "start": 819720001,
            "stop": 819729076
        },
        {
            "start": 819729396,
            "stop": 819730062
        },
        {
            "start": 819730462,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819756134
        },
        {
            "start": 819757195,
            "stop": 819760281
        },
        {
            "start": 819760683,
            "stop": 819760890
        },
        {
            "start": 819761290,
            "stop": 819780330
        },
        {
            "start": 819780333,
            "stop": 819788181
        },
        {
            "start": 819788182,
            "stop": 819789651
        },
        {
            "start": 819791828,
            "stop": 819801811
        },
        {
            "start": 819802302,
            "stop": 819802626
        },
        {
            "start": 819802629,
            "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": 819859133
        },
        {
            "start": 819859136,
            "stop": 819881036
        }
    ]
}