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=46796
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=46797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46795",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46796,
    "results": [
        {
            "start": 875116655,
            "stop": 875116668
        },
        {
            "start": 875116669,
            "stop": 875116728
        },
        {
            "start": 875116729,
            "stop": 875116740
        },
        {
            "start": 875116744,
            "stop": 875116780
        },
        {
            "start": 875116783,
            "stop": 875116834
        },
        {
            "start": 875116835,
            "stop": 875116844
        },
        {
            "start": 875116845,
            "stop": 875116854
        },
        {
            "start": 875116855,
            "stop": 875116877
        },
        {
            "start": 875116878,
            "stop": 875116910
        },
        {
            "start": 875116912,
            "stop": 875116952
        },
        {
            "start": 875116953,
            "stop": 875116985
        },
        {
            "start": 875116987,
            "stop": 875116995
        },
        {
            "start": 875116996,
            "stop": 875117014
        },
        {
            "start": 875117015,
            "stop": 875117043
        },
        {
            "start": 875117044,
            "stop": 875117055
        },
        {
            "start": 875117056,
            "stop": 875117069
        },
        {
            "start": 875117070,
            "stop": 875117075
        },
        {
            "start": 875117076,
            "stop": 875117112
        },
        {
            "start": 875117113,
            "stop": 875117115
        },
        {
            "start": 875117116,
            "stop": 875117174
        }
    ]
}