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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=91",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 92,
    "results": [
        {
            "start": 817254763,
            "stop": 817261656
        },
        {
            "start": 817261659,
            "stop": 817262086
        },
        {
            "start": 817262089,
            "stop": 817262806
        },
        {
            "start": 817262809,
            "stop": 817263905
        },
        {
            "start": 817263908,
            "stop": 817265668
        },
        {
            "start": 817265671,
            "stop": 817265773
        },
        {
            "start": 817265776,
            "stop": 817265935
        },
        {
            "start": 817265936,
            "stop": 817266829
        },
        {
            "start": 817266832,
            "stop": 817267752
        },
        {
            "start": 817267755,
            "stop": 817268126
        },
        {
            "start": 817268129,
            "stop": 817268839
        },
        {
            "start": 817268843,
            "stop": 817269068
        },
        {
            "start": 817269071,
            "stop": 817269383
        },
        {
            "start": 817269386,
            "stop": 817270446
        },
        {
            "start": 817270450,
            "stop": 817270965
        },
        {
            "start": 817270968,
            "stop": 817271291
        },
        {
            "start": 817271294,
            "stop": 817272409
        },
        {
            "start": 817272412,
            "stop": 817272846
        },
        {
            "start": 817272849,
            "stop": 817272992
        },
        {
            "start": 817272995,
            "stop": 817273113
        }
    ]
}