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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=342",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 343,
    "results": [
        {
            "start": 847717141,
            "stop": 847717158
        },
        {
            "start": 847717160,
            "stop": 847717200
        },
        {
            "start": 847717202,
            "stop": 847717222
        },
        {
            "start": 847717224,
            "stop": 847717244
        },
        {
            "start": 847717245,
            "stop": 847717266
        },
        {
            "start": 847717267,
            "stop": 847717286
        },
        {
            "start": 847717287,
            "stop": 847717290
        },
        {
            "start": 847717291,
            "stop": 847717329
        },
        {
            "start": 847717330,
            "stop": 847717347
        },
        {
            "start": 847717348,
            "stop": 847717350
        },
        {
            "start": 847717351,
            "stop": 847717377
        },
        {
            "start": 847717378,
            "stop": 847717430
        },
        {
            "start": 847717431,
            "stop": 847717433
        },
        {
            "start": 847717434,
            "stop": 847717463
        },
        {
            "start": 847717468,
            "stop": 847717552
        },
        {
            "start": 847717553,
            "stop": 847717604
        },
        {
            "start": 847717605,
            "stop": 847717765
        },
        {
            "start": 847717766,
            "stop": 847717767
        },
        {
            "start": 847717768,
            "stop": 847717798
        },
        {
            "start": 847717800,
            "stop": 847717806
        }
    ]
}