Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=277
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=276",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 277,
    "results": [
        {
            "start": 831298966,
            "stop": 831299026
        },
        {
            "start": 831299324,
            "stop": 831299384
        },
        {
            "start": 831299678,
            "stop": 831299738
        },
        {
            "start": 831304666,
            "stop": 831304726
        },
        {
            "start": 831305724,
            "stop": 831306204
        },
        {
            "start": 831308856,
            "stop": 831309096
        },
        {
            "start": 831309741,
            "stop": 831309921
        },
        {
            "start": 831339400,
            "stop": 831339970
        },
        {
            "start": 831340148,
            "stop": 831340208
        },
        {
            "start": 831340375,
            "stop": 831341755
        },
        {
            "start": 831342388,
            "stop": 831343408
        },
        {
            "start": 831343583,
            "stop": 831343943
        },
        {
            "start": 831346369,
            "stop": 831347179
        },
        {
            "start": 831347329,
            "stop": 831348109
        },
        {
            "start": 831348274,
            "stop": 831348334
        },
        {
            "start": 831351136,
            "stop": 831351796
        },
        {
            "start": 831352000,
            "stop": 831353380
        },
        {
            "start": 831353530,
            "stop": 831354190
        },
        {
            "start": 831354351,
            "stop": 831355131
        },
        {
            "start": 831361063,
            "stop": 831361483
        }
    ]
}