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_CAT3/segments?format=api&page=5890
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5889",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5890,
    "results": [
        {
            "start": 875021536,
            "stop": 875021551
        },
        {
            "start": 875021554,
            "stop": 875021630
        },
        {
            "start": 875021634,
            "stop": 875021685
        },
        {
            "start": 875021688,
            "stop": 875021695
        },
        {
            "start": 875021698,
            "stop": 875021845
        },
        {
            "start": 875021848,
            "stop": 875021858
        },
        {
            "start": 875021861,
            "stop": 875021863
        },
        {
            "start": 875021866,
            "stop": 875021867
        },
        {
            "start": 875021872,
            "stop": 875021880
        },
        {
            "start": 875021883,
            "stop": 875021941
        },
        {
            "start": 875021956,
            "stop": 875021967
        },
        {
            "start": 875021970,
            "stop": 875021987
        },
        {
            "start": 875021990,
            "stop": 875022028
        },
        {
            "start": 875022031,
            "stop": 875022035
        },
        {
            "start": 875022038,
            "stop": 875022057
        },
        {
            "start": 875022060,
            "stop": 875022106
        },
        {
            "start": 875022109,
            "stop": 875022110
        },
        {
            "start": 875022119,
            "stop": 875022121
        },
        {
            "start": 875022127,
            "stop": 875022151
        },
        {
            "start": 875022157,
            "stop": 875022161
        }
    ]
}