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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=35",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 36,
    "results": [
        {
            "start": 817877115,
            "stop": 817877295
        },
        {
            "start": 817877584,
            "stop": 817877824
        },
        {
            "start": 817878095,
            "stop": 817878155
        },
        {
            "start": 817878302,
            "stop": 817878422
        },
        {
            "start": 817878960,
            "stop": 817879020
        },
        {
            "start": 817881293,
            "stop": 817881473
        },
        {
            "start": 817881804,
            "stop": 817882044
        },
        {
            "start": 817882206,
            "stop": 817882326
        },
        {
            "start": 817882475,
            "stop": 817882595
        },
        {
            "start": 817882754,
            "stop": 817882874
        },
        {
            "start": 817883036,
            "stop": 817883216
        },
        {
            "start": 817883246,
            "stop": 817883696
        },
        {
            "start": 817883941,
            "stop": 817884151
        },
        {
            "start": 817884301,
            "stop": 817884421
        },
        {
            "start": 817884601,
            "stop": 817884661
        },
        {
            "start": 817885249,
            "stop": 817885369
        },
        {
            "start": 817885535,
            "stop": 817885595
        },
        {
            "start": 817885783,
            "stop": 817885903
        },
        {
            "start": 817886044,
            "stop": 817886104
        },
        {
            "start": 817886420,
            "stop": 817886600
        }
    ]
}