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=390
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=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=389",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 390,
    "results": [
        {
            "start": 847760138,
            "stop": 847760158
        },
        {
            "start": 847760159,
            "stop": 847760266
        },
        {
            "start": 847760268,
            "stop": 847760286
        },
        {
            "start": 847775782,
            "stop": 847775785
        },
        {
            "start": 847775787,
            "stop": 847775825
        },
        {
            "start": 847775826,
            "stop": 847775829
        },
        {
            "start": 847775830,
            "stop": 847775840
        },
        {
            "start": 847775841,
            "stop": 847775882
        },
        {
            "start": 847775883,
            "stop": 847775956
        },
        {
            "start": 847775958,
            "stop": 847775989
        },
        {
            "start": 847775990,
            "stop": 847775998
        },
        {
            "start": 847775999,
            "stop": 847776010
        },
        {
            "start": 847776011,
            "stop": 847776033
        },
        {
            "start": 847776035,
            "stop": 847776037
        },
        {
            "start": 847776039,
            "stop": 847776084
        },
        {
            "start": 847776086,
            "stop": 847776094
        },
        {
            "start": 847776095,
            "stop": 847776223
        },
        {
            "start": 847776224,
            "stop": 847776476
        },
        {
            "start": 847776477,
            "stop": 847776479
        },
        {
            "start": 847776480,
            "stop": 847776501
        }
    ]
}