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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=374",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 375,
    "results": [
        {
            "start": 835942668,
            "stop": 835944108
        },
        {
            "start": 835944896,
            "stop": 835947296
        },
        {
            "start": 835947447,
            "stop": 835951887
        },
        {
            "start": 835952065,
            "stop": 835954225
        },
        {
            "start": 835956040,
            "stop": 835956460
        },
        {
            "start": 835956610,
            "stop": 835965670
        },
        {
            "start": 835965820,
            "stop": 835966180
        },
        {
            "start": 835967126,
            "stop": 835967666
        },
        {
            "start": 835967899,
            "stop": 835972159
        },
        {
            "start": 835972631,
            "stop": 835972811
        },
        {
            "start": 835973011,
            "stop": 835973131
        },
        {
            "start": 835973562,
            "stop": 835973682
        },
        {
            "start": 835973831,
            "stop": 835974071
        },
        {
            "start": 835974386,
            "stop": 835974566
        },
        {
            "start": 835974890,
            "stop": 835975130
        },
        {
            "start": 835980966,
            "stop": 835985166
        },
        {
            "start": 835985338,
            "stop": 835985518
        },
        {
            "start": 835985673,
            "stop": 835988253
        },
        {
            "start": 835990222,
            "stop": 835994002
        },
        {
            "start": 835994153,
            "stop": 835994513
        }
    ]
}