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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=283",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 284,
    "results": [
        {
            "start": 821145519,
            "stop": 821145529
        },
        {
            "start": 821145536,
            "stop": 821145669
        },
        {
            "start": 821145683,
            "stop": 821145809
        },
        {
            "start": 821145816,
            "stop": 821145943
        },
        {
            "start": 821145950,
            "stop": 821146082
        },
        {
            "start": 821146089,
            "stop": 821146387
        },
        {
            "start": 821146394,
            "stop": 821146669
        },
        {
            "start": 821146676,
            "stop": 821146876
        },
        {
            "start": 821146883,
            "stop": 821146916
        },
        {
            "start": 821146924,
            "stop": 821148428
        },
        {
            "start": 821148435,
            "stop": 821149309
        },
        {
            "start": 821149316,
            "stop": 821149751
        },
        {
            "start": 821149758,
            "stop": 821149837
        },
        {
            "start": 821149844,
            "stop": 821150292
        },
        {
            "start": 821150299,
            "stop": 821150669
        },
        {
            "start": 821150676,
            "stop": 821151660
        },
        {
            "start": 821151667,
            "stop": 821152249
        },
        {
            "start": 821152256,
            "stop": 821152800
        },
        {
            "start": 821152808,
            "stop": 821153155
        },
        {
            "start": 821153162,
            "stop": 821153686
        }
    ]
}