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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=423",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=421",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 422,
    "results": [
        {
            "start": 932807619,
            "stop": 932807689
        },
        {
            "start": 932807690,
            "stop": 932807943
        },
        {
            "start": 932810102,
            "stop": 932810106
        },
        {
            "start": 932810107,
            "stop": 932810357
        },
        {
            "start": 932810359,
            "stop": 932810415
        },
        {
            "start": 932810775,
            "stop": 932810997
        },
        {
            "start": 932810998,
            "stop": 932811093
        },
        {
            "start": 932811094,
            "stop": 932811217
        },
        {
            "start": 932811218,
            "stop": 932811314
        },
        {
            "start": 932811315,
            "stop": 932811432
        },
        {
            "start": 932811433,
            "stop": 932811559
        },
        {
            "start": 932811560,
            "stop": 932811642
        },
        {
            "start": 932811643,
            "stop": 932811706
        },
        {
            "start": 932811708,
            "stop": 932811769
        },
        {
            "start": 932811770,
            "stop": 932811799
        },
        {
            "start": 932811800,
            "stop": 932811969
        },
        {
            "start": 932811970,
            "stop": 932812092
        },
        {
            "start": 932812093,
            "stop": 932812179
        },
        {
            "start": 932812180,
            "stop": 932812551
        },
        {
            "start": 932812552,
            "stop": 932812634
        }
    ]
}