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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=138",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 139,
    "results": [
        {
            "start": 931130922,
            "stop": 931130936
        },
        {
            "start": 931130938,
            "stop": 931130950
        },
        {
            "start": 931130951,
            "stop": 931130958
        },
        {
            "start": 931130959,
            "stop": 931130960
        },
        {
            "start": 931130961,
            "stop": 931130966
        },
        {
            "start": 931130967,
            "stop": 931130990
        },
        {
            "start": 931130991,
            "stop": 931130998
        },
        {
            "start": 931130999,
            "stop": 931131029
        },
        {
            "start": 931131030,
            "stop": 931131031
        },
        {
            "start": 931131032,
            "stop": 931131034
        },
        {
            "start": 931131035,
            "stop": 931131038
        },
        {
            "start": 931131040,
            "stop": 931131053
        },
        {
            "start": 931131054,
            "stop": 931131059
        },
        {
            "start": 931131060,
            "stop": 931131063
        },
        {
            "start": 931131064,
            "stop": 931131073
        },
        {
            "start": 931131074,
            "stop": 931131076
        },
        {
            "start": 931131078,
            "stop": 931131083
        },
        {
            "start": 931131084,
            "stop": 931131085
        },
        {
            "start": 931131086,
            "stop": 931131088
        },
        {
            "start": 931131089,
            "stop": 931131091
        }
    ]
}