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=46713
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=46714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46712",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46713,
    "results": [
        {
            "start": 875058854,
            "stop": 875058867
        },
        {
            "start": 875058868,
            "stop": 875058941
        },
        {
            "start": 875058942,
            "stop": 875058977
        },
        {
            "start": 875058978,
            "stop": 875059010
        },
        {
            "start": 875059011,
            "stop": 875059110
        },
        {
            "start": 875059111,
            "stop": 875059144
        },
        {
            "start": 875059145,
            "stop": 875059190
        },
        {
            "start": 875059191,
            "stop": 875059200
        },
        {
            "start": 875059201,
            "stop": 875059206
        },
        {
            "start": 875059207,
            "stop": 875059243
        },
        {
            "start": 875059244,
            "stop": 875059245
        },
        {
            "start": 875059246,
            "stop": 875059251
        },
        {
            "start": 875059252,
            "stop": 875059253
        },
        {
            "start": 875059254,
            "stop": 875059264
        },
        {
            "start": 875059266,
            "stop": 875059290
        },
        {
            "start": 875059410,
            "stop": 875059413
        },
        {
            "start": 875059414,
            "stop": 875059464
        },
        {
            "start": 875059465,
            "stop": 875059472
        },
        {
            "start": 875059473,
            "stop": 875059477
        },
        {
            "start": 875059479,
            "stop": 875059484
        }
    ]
}