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=345
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=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=344",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 345,
    "results": [
        {
            "start": 834500340,
            "stop": 834501000
        },
        {
            "start": 834501525,
            "stop": 834501765
        },
        {
            "start": 834505155,
            "stop": 834507975
        },
        {
            "start": 834508313,
            "stop": 834509333
        },
        {
            "start": 834511000,
            "stop": 834511540
        },
        {
            "start": 834511685,
            "stop": 834511805
        },
        {
            "start": 834512577,
            "stop": 834513297
        },
        {
            "start": 834514008,
            "stop": 834514128
        },
        {
            "start": 834522097,
            "stop": 834522877
        },
        {
            "start": 834523019,
            "stop": 834523139
        },
        {
            "start": 834523290,
            "stop": 834524070
        },
        {
            "start": 834544456,
            "stop": 834548296
        },
        {
            "start": 834548428,
            "stop": 834554728
        },
        {
            "start": 834554758,
            "stop": 834558268
        },
        {
            "start": 834558443,
            "stop": 834563603
        },
        {
            "start": 834564699,
            "stop": 834569199
        },
        {
            "start": 834569319,
            "stop": 834570789
        },
        {
            "start": 834570819,
            "stop": 834572259
        },
        {
            "start": 834572418,
            "stop": 834573438
        },
        {
            "start": 834573580,
            "stop": 834585940
        }
    ]
}