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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16685",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16686,
    "results": [
        {
            "start": 874916145,
            "stop": 874916250
        },
        {
            "start": 874918375,
            "stop": 874918726
        },
        {
            "start": 874918727,
            "stop": 874918768
        },
        {
            "start": 874918769,
            "stop": 874918954
        },
        {
            "start": 874918955,
            "stop": 874919024
        },
        {
            "start": 874919026,
            "stop": 874919268
        },
        {
            "start": 874919269,
            "stop": 874919432
        },
        {
            "start": 874919434,
            "stop": 874919671
        },
        {
            "start": 874919672,
            "stop": 874919787
        },
        {
            "start": 874919788,
            "stop": 874919848
        },
        {
            "start": 874919849,
            "stop": 874919994
        },
        {
            "start": 874919996,
            "stop": 874920026
        },
        {
            "start": 874920028,
            "stop": 874920110
        },
        {
            "start": 874920111,
            "stop": 874920517
        },
        {
            "start": 874920518,
            "stop": 874920548
        },
        {
            "start": 874920549,
            "stop": 874920587
        },
        {
            "start": 874920588,
            "stop": 874920666
        },
        {
            "start": 874920668,
            "stop": 874920862
        },
        {
            "start": 874920863,
            "stop": 874920899
        },
        {
            "start": 874920900,
            "stop": 874920932
        }
    ]
}