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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 163,
    "results": [
        {
            "start": 1176458522,
            "stop": 1176463954
        },
        {
            "start": 1176463958,
            "stop": 1176469660
        },
        {
            "start": 1176469675,
            "stop": 1176473392
        },
        {
            "start": 1176473393,
            "stop": 1176474963
        },
        {
            "start": 1176474967,
            "stop": 1176475846
        },
        {
            "start": 1176475850,
            "stop": 1176476093
        },
        {
            "start": 1176476096,
            "stop": 1176476742
        },
        {
            "start": 1176476745,
            "stop": 1176476748
        },
        {
            "start": 1176476750,
            "stop": 1176476800
        },
        {
            "start": 1176476802,
            "stop": 1176476876
        },
        {
            "start": 1176476878,
            "stop": 1176476884
        },
        {
            "start": 1176476890,
            "stop": 1176476892
        },
        {
            "start": 1176476894,
            "stop": 1176476897
        },
        {
            "start": 1176476898,
            "stop": 1176477410
        },
        {
            "start": 1176477416,
            "stop": 1176477710
        },
        {
            "start": 1176477711,
            "stop": 1176477738
        },
        {
            "start": 1176477743,
            "stop": 1176477744
        },
        {
            "start": 1176477748,
            "stop": 1176477749
        },
        {
            "start": 1176477750,
            "stop": 1176477785
        },
        {
            "start": 1176477787,
            "stop": 1176480864
        }
    ]
}