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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5770",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5771,
    "results": [
        {
            "start": 874649645,
            "stop": 874649852
        },
        {
            "start": 874649855,
            "stop": 874649870
        },
        {
            "start": 874649873,
            "stop": 874649958
        },
        {
            "start": 874649962,
            "stop": 874650002
        },
        {
            "start": 874651935,
            "stop": 874653945
        },
        {
            "start": 874653949,
            "stop": 874654055
        },
        {
            "start": 874654058,
            "stop": 874654163
        },
        {
            "start": 874654167,
            "stop": 874654308
        },
        {
            "start": 874654312,
            "stop": 874654756
        },
        {
            "start": 874654759,
            "stop": 874654982
        },
        {
            "start": 874654985,
            "stop": 874655112
        },
        {
            "start": 874655116,
            "stop": 874655219
        },
        {
            "start": 874655222,
            "stop": 874655357
        },
        {
            "start": 874655361,
            "stop": 874655405
        },
        {
            "start": 874655408,
            "stop": 874655528
        },
        {
            "start": 874655531,
            "stop": 874655544
        },
        {
            "start": 874655547,
            "stop": 874655649
        },
        {
            "start": 874655652,
            "stop": 874655864
        },
        {
            "start": 874655867,
            "stop": 874655870
        },
        {
            "start": 874655874,
            "stop": 874656107
        }
    ]
}