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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=36",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 37,
    "results": [
        {
            "start": 820631683,
            "stop": 820635221
        },
        {
            "start": 820637054,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820695652
        },
        {
            "start": 820696305,
            "stop": 820697572
        },
        {
            "start": 820697574,
            "stop": 820700087
        },
        {
            "start": 820700944,
            "stop": 820713046
        },
        {
            "start": 820713795,
            "stop": 820716167
        },
        {
            "start": 820717712,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820732008
        },
        {
            "start": 820733035,
            "stop": 820733824
        },
        {
            "start": 820734773,
            "stop": 820737172
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741511
        },
        {
            "start": 820742193,
            "stop": 820748965
        },
        {
            "start": 820750261,
            "stop": 820751001
        },
        {
            "start": 820751649,
            "stop": 820752456
        },
        {
            "start": 820753458,
            "stop": 820756061
        },
        {
            "start": 820760166,
            "stop": 820782781
        },
        {
            "start": 820782941,
            "stop": 820805020
        },
        {
            "start": 820806311,
            "stop": 820828101
        }
    ]
}