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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=65",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 66,
    "results": [
        {
            "start": 819399654,
            "stop": 819399894
        },
        {
            "start": 819400028,
            "stop": 819400148
        },
        {
            "start": 819401084,
            "stop": 819401264
        },
        {
            "start": 819403384,
            "stop": 819403444
        },
        {
            "start": 819403974,
            "stop": 819404154
        },
        {
            "start": 819404660,
            "stop": 819404720
        },
        {
            "start": 819405636,
            "stop": 819405756
        },
        {
            "start": 819405907,
            "stop": 819406027
        },
        {
            "start": 819406177,
            "stop": 819406357
        },
        {
            "start": 819406536,
            "stop": 819406776
        },
        {
            "start": 819407074,
            "stop": 819407194
        },
        {
            "start": 819407344,
            "stop": 819407404
        },
        {
            "start": 819407573,
            "stop": 819407693
        },
        {
            "start": 819408400,
            "stop": 819408460
        },
        {
            "start": 819408627,
            "stop": 819408747
        },
        {
            "start": 819409062,
            "stop": 819409122
        },
        {
            "start": 819415088,
            "stop": 819415208
        },
        {
            "start": 819415532,
            "stop": 819415652
        },
        {
            "start": 819415799,
            "stop": 819424049
        },
        {
            "start": 819424199,
            "stop": 819424919
        }
    ]
}