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=40840
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=40841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40839",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40840,
    "results": [
        {
            "start": 875043689,
            "stop": 875043692
        },
        {
            "start": 875043694,
            "stop": 875043697
        },
        {
            "start": 875043699,
            "stop": 875043702
        },
        {
            "start": 875043703,
            "stop": 875043749
        },
        {
            "start": 875043750,
            "stop": 875043763
        },
        {
            "start": 875043766,
            "stop": 875043779
        },
        {
            "start": 875043840,
            "stop": 875043846
        },
        {
            "start": 875043847,
            "stop": 875043875
        },
        {
            "start": 875043876,
            "stop": 875043880
        },
        {
            "start": 875043882,
            "stop": 875043885
        },
        {
            "start": 875043888,
            "stop": 875043908
        },
        {
            "start": 875043910,
            "stop": 875043912
        },
        {
            "start": 875043913,
            "stop": 875043915
        },
        {
            "start": 875043919,
            "stop": 875043934
        },
        {
            "start": 875043938,
            "stop": 875043939
        },
        {
            "start": 875043948,
            "stop": 875043954
        },
        {
            "start": 875043955,
            "stop": 875043956
        },
        {
            "start": 875043957,
            "stop": 875043968
        },
        {
            "start": 875043969,
            "stop": 875043997
        },
        {
            "start": 875043998,
            "stop": 875044001
        }
    ]
}