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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33221",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33222,
    "results": [
        {
            "start": 970967331,
            "stop": 970967419
        },
        {
            "start": 970967423,
            "stop": 970967450
        },
        {
            "start": 970967451,
            "stop": 970967456
        },
        {
            "start": 970967459,
            "stop": 970967511
        },
        {
            "start": 970967513,
            "stop": 970967519
        },
        {
            "start": 970967524,
            "stop": 970967534
        },
        {
            "start": 970967537,
            "stop": 970967643
        },
        {
            "start": 970967646,
            "stop": 970967674
        },
        {
            "start": 970967677,
            "stop": 970967737
        },
        {
            "start": 970967740,
            "stop": 970967815
        },
        {
            "start": 970967818,
            "stop": 970967824
        },
        {
            "start": 970967827,
            "stop": 970967863
        },
        {
            "start": 970967866,
            "stop": 970967952
        },
        {
            "start": 970967953,
            "stop": 970967991
        },
        {
            "start": 970967993,
            "stop": 970968043
        },
        {
            "start": 970968044,
            "stop": 970968087
        },
        {
            "start": 970968089,
            "stop": 970968130
        },
        {
            "start": 970968131,
            "stop": 970968236
        },
        {
            "start": 970968237,
            "stop": 970968310
        },
        {
            "start": 970968311,
            "stop": 970968345
        }
    ]
}