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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=107",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 108,
    "results": [
        {
            "start": 820815261,
            "stop": 820815741
        },
        {
            "start": 820815903,
            "stop": 820816023
        },
        {
            "start": 820816181,
            "stop": 820816361
        },
        {
            "start": 820816520,
            "stop": 820816820
        },
        {
            "start": 820816974,
            "stop": 820817934
        },
        {
            "start": 820818084,
            "stop": 820819074
        },
        {
            "start": 820819224,
            "stop": 820819554
        },
        {
            "start": 820819802,
            "stop": 820821662
        },
        {
            "start": 820821995,
            "stop": 820822175
        },
        {
            "start": 820822389,
            "stop": 820822809
        },
        {
            "start": 820822970,
            "stop": 820823570
        },
        {
            "start": 820823711,
            "stop": 820824011
        },
        {
            "start": 820824157,
            "stop": 820824457
        },
        {
            "start": 820824645,
            "stop": 820825185
        },
        {
            "start": 820825349,
            "stop": 820825709
        },
        {
            "start": 820825876,
            "stop": 820826416
        },
        {
            "start": 820826662,
            "stop": 820826722
        },
        {
            "start": 820826864,
            "stop": 820827164
        },
        {
            "start": 820827344,
            "stop": 820827824
        },
        {
            "start": 820828752,
            "stop": 820829052
        }
    ]
}