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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40862",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40863,
    "results": [
        {
            "start": 875053774,
            "stop": 875053776
        },
        {
            "start": 875053777,
            "stop": 875053811
        },
        {
            "start": 875053813,
            "stop": 875053831
        },
        {
            "start": 875053833,
            "stop": 875053937
        },
        {
            "start": 875053940,
            "stop": 875053944
        },
        {
            "start": 875053945,
            "stop": 875053966
        },
        {
            "start": 875053967,
            "stop": 875053968
        },
        {
            "start": 875053969,
            "stop": 875054033
        },
        {
            "start": 875054034,
            "stop": 875054056
        },
        {
            "start": 875054057,
            "stop": 875054063
        },
        {
            "start": 875054064,
            "stop": 875054085
        },
        {
            "start": 875054087,
            "stop": 875054100
        },
        {
            "start": 875054102,
            "stop": 875054106
        },
        {
            "start": 875054107,
            "stop": 875054115
        },
        {
            "start": 875054116,
            "stop": 875054130
        },
        {
            "start": 875054131,
            "stop": 875054151
        },
        {
            "start": 875054153,
            "stop": 875054190
        },
        {
            "start": 875054192,
            "stop": 875054220
        },
        {
            "start": 875054221,
            "stop": 875054235
        },
        {
            "start": 875054236,
            "stop": 875054241
        }
    ]
}