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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=275",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 276,
    "results": [
        {
            "start": 847606288,
            "stop": 847606367
        },
        {
            "start": 847606368,
            "stop": 847606462
        },
        {
            "start": 847606463,
            "stop": 847606469
        },
        {
            "start": 847606470,
            "stop": 847606541
        },
        {
            "start": 847606543,
            "stop": 847606580
        },
        {
            "start": 847606581,
            "stop": 847606600
        },
        {
            "start": 847606601,
            "stop": 847606640
        },
        {
            "start": 847606641,
            "stop": 847606669
        },
        {
            "start": 847606671,
            "stop": 847606673
        },
        {
            "start": 847606674,
            "stop": 847606682
        },
        {
            "start": 847606683,
            "stop": 847606717
        },
        {
            "start": 847606720,
            "stop": 847606770
        },
        {
            "start": 847606771,
            "stop": 847606774
        },
        {
            "start": 847606775,
            "stop": 847606796
        },
        {
            "start": 847606797,
            "stop": 847606798
        },
        {
            "start": 847606799,
            "stop": 847607102
        },
        {
            "start": 847607104,
            "stop": 847607108
        },
        {
            "start": 847607109,
            "stop": 847607132
        },
        {
            "start": 847607134,
            "stop": 847607136
        },
        {
            "start": 847607138,
            "stop": 847607154
        }
    ]
}