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=614
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=615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=613",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 614,
    "results": [
        {
            "start": 850167052,
            "stop": 850168972
        },
        {
            "start": 850169887,
            "stop": 850170127
        },
        {
            "start": 850170839,
            "stop": 850170959
        },
        {
            "start": 850170989,
            "stop": 850172879
        },
        {
            "start": 850174406,
            "stop": 850177166
        },
        {
            "start": 850177345,
            "stop": 850179565
        },
        {
            "start": 850179776,
            "stop": 850180886
        },
        {
            "start": 850180976,
            "stop": 850182056
        },
        {
            "start": 850182823,
            "stop": 850187323
        },
        {
            "start": 850189369,
            "stop": 850190509
        },
        {
            "start": 850190934,
            "stop": 850191114
        },
        {
            "start": 850192942,
            "stop": 850194022
        },
        {
            "start": 850194183,
            "stop": 850194243
        },
        {
            "start": 850194403,
            "stop": 850197613
        },
        {
            "start": 850266313,
            "stop": 850266433
        },
        {
            "start": 850266586,
            "stop": 850271026
        },
        {
            "start": 850271235,
            "stop": 850271655
        },
        {
            "start": 850272893,
            "stop": 850273673
        },
        {
            "start": 850273763,
            "stop": 850274603
        },
        {
            "start": 850274693,
            "stop": 850275023
        }
    ]
}