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=41040
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=41041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41039",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41040,
    "results": [
        {
            "start": 875193806,
            "stop": 875193863
        },
        {
            "start": 875193864,
            "stop": 875193877
        },
        {
            "start": 875193878,
            "stop": 875193881
        },
        {
            "start": 875193882,
            "stop": 875193900
        },
        {
            "start": 875193901,
            "stop": 875193908
        },
        {
            "start": 875193910,
            "stop": 875193913
        },
        {
            "start": 875193915,
            "stop": 875193918
        },
        {
            "start": 875193919,
            "stop": 875193925
        },
        {
            "start": 875193926,
            "stop": 875193938
        },
        {
            "start": 875193939,
            "stop": 875193952
        },
        {
            "start": 875193953,
            "stop": 875193957
        },
        {
            "start": 875193958,
            "stop": 875193959
        },
        {
            "start": 875193960,
            "stop": 875193969
        },
        {
            "start": 875193971,
            "stop": 875193984
        },
        {
            "start": 875193985,
            "stop": 875193999
        },
        {
            "start": 875194001,
            "stop": 875194031
        },
        {
            "start": 875194032,
            "stop": 875194037
        },
        {
            "start": 875194039,
            "stop": 875194078
        },
        {
            "start": 875194079,
            "stop": 875194117
        },
        {
            "start": 875194119,
            "stop": 875194151
        }
    ]
}