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=40972
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=40973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40971",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40972,
    "results": [
        {
            "start": 875132442,
            "stop": 875132483
        },
        {
            "start": 875132484,
            "stop": 875132492
        },
        {
            "start": 875132493,
            "stop": 875132568
        },
        {
            "start": 875132569,
            "stop": 875132594
        },
        {
            "start": 875132596,
            "stop": 875132640
        },
        {
            "start": 875132700,
            "stop": 875132712
        },
        {
            "start": 875132713,
            "stop": 875132802
        },
        {
            "start": 875132804,
            "stop": 875132835
        },
        {
            "start": 875132836,
            "stop": 875132845
        },
        {
            "start": 875132847,
            "stop": 875132866
        },
        {
            "start": 875132867,
            "stop": 875132931
        },
        {
            "start": 875132933,
            "stop": 875132965
        },
        {
            "start": 875132966,
            "stop": 875132973
        },
        {
            "start": 875132975,
            "stop": 875133100
        },
        {
            "start": 875133102,
            "stop": 875133122
        },
        {
            "start": 875133123,
            "stop": 875133143
        },
        {
            "start": 875133145,
            "stop": 875133173
        },
        {
            "start": 875133174,
            "stop": 875133228
        },
        {
            "start": 875133230,
            "stop": 875133259
        },
        {
            "start": 875133261,
            "stop": 875133292
        }
    ]
}