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_H1L1/segments?format=api&page=161
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_H1L1/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=160",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 161,
    "results": [
        {
            "start": 824548766,
            "stop": 824551976
        },
        {
            "start": 824552150,
            "stop": 824554670
        },
        {
            "start": 824554851,
            "stop": 824555571
        },
        {
            "start": 824556008,
            "stop": 824557268
        },
        {
            "start": 824557441,
            "stop": 824558521
        },
        {
            "start": 824559724,
            "stop": 824560354
        },
        {
            "start": 824560504,
            "stop": 824561524
        },
        {
            "start": 824566046,
            "stop": 824566286
        },
        {
            "start": 824566488,
            "stop": 824567088
        },
        {
            "start": 824601287,
            "stop": 824604167
        },
        {
            "start": 824607495,
            "stop": 824607555
        },
        {
            "start": 824611110,
            "stop": 824612730
        },
        {
            "start": 824613045,
            "stop": 824614335
        },
        {
            "start": 824614485,
            "stop": 824614665
        },
        {
            "start": 824616057,
            "stop": 824616657
        },
        {
            "start": 824616807,
            "stop": 824618397
        },
        {
            "start": 824618547,
            "stop": 824619687
        },
        {
            "start": 824619837,
            "stop": 824620047
        },
        {
            "start": 824620197,
            "stop": 824622567
        },
        {
            "start": 824622717,
            "stop": 824624517
        }
    ]
}