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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=576",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 577,
    "results": [
        {
            "start": 874181479,
            "stop": 874181504
        },
        {
            "start": 874181516,
            "stop": 874181517
        },
        {
            "start": 874181522,
            "stop": 874181542
        },
        {
            "start": 874181545,
            "stop": 874181546
        },
        {
            "start": 874181558,
            "stop": 874181606
        },
        {
            "start": 874182099,
            "stop": 874183222
        },
        {
            "start": 874183224,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874189117
        },
        {
            "start": 874189505,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874227035
        },
        {
            "start": 874227308,
            "stop": 874255980
        },
        {
            "start": 874256100,
            "stop": 874260180
        },
        {
            "start": 874260240,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874271948
        },
        {
            "start": 874271953,
            "stop": 874272593
        },
        {
            "start": 874274080,
            "stop": 874275142
        },
        {
            "start": 874276610,
            "stop": 874281513
        },
        {
            "start": 874281514,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874300697
        },
        {
            "start": 874300699,
            "stop": 874313167
        }
    ]
}