Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=790
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=789",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 790,
    "results": [
        {
            "start": 873026853,
            "stop": 873026861
        },
        {
            "start": 873026869,
            "stop": 873026873
        },
        {
            "start": 873026880,
            "stop": 873026887
        },
        {
            "start": 873026892,
            "stop": 873026900
        },
        {
            "start": 873026904,
            "stop": 873026912
        },
        {
            "start": 873026916,
            "stop": 873026924
        },
        {
            "start": 873026929,
            "stop": 873026937
        },
        {
            "start": 873026941,
            "stop": 873026948
        },
        {
            "start": 873026953,
            "stop": 873026970
        },
        {
            "start": 873026974,
            "stop": 873026984
        },
        {
            "start": 873026989,
            "stop": 873027009
        },
        {
            "start": 873027013,
            "stop": 873027021
        },
        {
            "start": 873027025,
            "stop": 873027033
        },
        {
            "start": 873027038,
            "stop": 873027041
        },
        {
            "start": 873027045,
            "stop": 873027057
        },
        {
            "start": 873027062,
            "stop": 873027080
        },
        {
            "start": 873027084,
            "stop": 873027093
        },
        {
            "start": 873027097,
            "stop": 873027104
        },
        {
            "start": 873027108,
            "stop": 873027113
        },
        {
            "start": 873027121,
            "stop": 873027126
        }
    ]
}