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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=277",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 278,
    "results": [
        {
            "start": 821100697,
            "stop": 821102415
        },
        {
            "start": 821102418,
            "stop": 821103117
        },
        {
            "start": 821103120,
            "stop": 821103906
        },
        {
            "start": 821106253,
            "stop": 821107401
        },
        {
            "start": 821109537,
            "stop": 821111693
        },
        {
            "start": 821111696,
            "stop": 821111801
        },
        {
            "start": 821111804,
            "stop": 821113218
        },
        {
            "start": 821134617,
            "stop": 821135530
        },
        {
            "start": 821135533,
            "stop": 821136629
        },
        {
            "start": 821137170,
            "stop": 821137557
        },
        {
            "start": 821137560,
            "stop": 821139164
        },
        {
            "start": 821139345,
            "stop": 821139664
        },
        {
            "start": 821139667,
            "stop": 821141745
        },
        {
            "start": 821141749,
            "stop": 821142064
        },
        {
            "start": 821142067,
            "stop": 821142223
        },
        {
            "start": 821142226,
            "stop": 821142413
        },
        {
            "start": 821142416,
            "stop": 821142501
        },
        {
            "start": 821142504,
            "stop": 821142848
        },
        {
            "start": 821142851,
            "stop": 821142961
        },
        {
            "start": 821142964,
            "stop": 821143313
        }
    ]
}