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=817
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=818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=816",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 817,
    "results": [
        {
            "start": 862589433,
            "stop": 862591353
        },
        {
            "start": 862591516,
            "stop": 862595656
        },
        {
            "start": 862598061,
            "stop": 862598331
        },
        {
            "start": 862603001,
            "stop": 862605761
        },
        {
            "start": 862606373,
            "stop": 862611353
        },
        {
            "start": 862611532,
            "stop": 862621432
        },
        {
            "start": 862621462,
            "stop": 862628752
        },
        {
            "start": 862628970,
            "stop": 862630290
        },
        {
            "start": 862630449,
            "stop": 862630629
        },
        {
            "start": 862630762,
            "stop": 862636222
        },
        {
            "start": 862636351,
            "stop": 862640731
        },
        {
            "start": 862641859,
            "stop": 862646059
        },
        {
            "start": 862647043,
            "stop": 862653283
        },
        {
            "start": 862653448,
            "stop": 862656628
        },
        {
            "start": 862656831,
            "stop": 862656981
        },
        {
            "start": 862657131,
            "stop": 862662171
        },
        {
            "start": 862662456,
            "stop": 862665036
        },
        {
            "start": 862665126,
            "stop": 862665396
        },
        {
            "start": 862667445,
            "stop": 862667985
        },
        {
            "start": 862669260,
            "stop": 862671000
        }
    ]
}