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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=169",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 170,
    "results": [
        {
            "start": 836038659,
            "stop": 836038662
        },
        {
            "start": 836038664,
            "stop": 836038676
        },
        {
            "start": 836038677,
            "stop": 836038678
        },
        {
            "start": 836038679,
            "stop": 836038690
        },
        {
            "start": 836038994,
            "stop": 836039009
        },
        {
            "start": 836039013,
            "stop": 836039017
        },
        {
            "start": 836039018,
            "stop": 836039023
        },
        {
            "start": 836039024,
            "stop": 836039130
        },
        {
            "start": 836039131,
            "stop": 836039174
        },
        {
            "start": 836039176,
            "stop": 836039523
        },
        {
            "start": 836039526,
            "stop": 836039534
        },
        {
            "start": 836042913,
            "stop": 836061553
        },
        {
            "start": 836061555,
            "stop": 836063460
        },
        {
            "start": 836064734,
            "stop": 836067088
        },
        {
            "start": 836067091,
            "stop": 836067440
        },
        {
            "start": 836074822,
            "stop": 836077364
        },
        {
            "start": 836077365,
            "stop": 836078833
        },
        {
            "start": 836078869,
            "stop": 836078870
        },
        {
            "start": 836079173,
            "stop": 836080397
        },
        {
            "start": 836084224,
            "stop": 836097853
        }
    ]
}