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=5864
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=5865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5863",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5864,
    "results": [
        {
            "start": 874765625,
            "stop": 874765713
        },
        {
            "start": 874765716,
            "stop": 874765827
        },
        {
            "start": 874765830,
            "stop": 874765900
        },
        {
            "start": 874765903,
            "stop": 874765922
        },
        {
            "start": 874765925,
            "stop": 874765972
        },
        {
            "start": 874765975,
            "stop": 874766087
        },
        {
            "start": 874766090,
            "stop": 874766111
        },
        {
            "start": 874766114,
            "stop": 874766189
        },
        {
            "start": 874766192,
            "stop": 874766222
        },
        {
            "start": 874766225,
            "stop": 874766269
        },
        {
            "start": 874766272,
            "stop": 874766273
        },
        {
            "start": 874766278,
            "stop": 874766321
        },
        {
            "start": 874766324,
            "stop": 874766402
        },
        {
            "start": 874766405,
            "stop": 874766480
        },
        {
            "start": 874766484,
            "stop": 874766485
        },
        {
            "start": 874766488,
            "stop": 874766598
        },
        {
            "start": 874766605,
            "stop": 874766606
        },
        {
            "start": 874766611,
            "stop": 874766670
        },
        {
            "start": 874766674,
            "stop": 874766693
        },
        {
            "start": 874766696,
            "stop": 874766703
        }
    ]
}