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_H1L1/segments?format=api&page=150
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_H1L1/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=149",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 150,
    "results": [
        {
            "start": 823252643,
            "stop": 823252763
        },
        {
            "start": 823253145,
            "stop": 823253265
        },
        {
            "start": 823253669,
            "stop": 823254029
        },
        {
            "start": 823254578,
            "stop": 823254638
        },
        {
            "start": 823255242,
            "stop": 823255362
        },
        {
            "start": 823255793,
            "stop": 823255853
        },
        {
            "start": 823256098,
            "stop": 823256158
        },
        {
            "start": 823256849,
            "stop": 823256909
        },
        {
            "start": 823257064,
            "stop": 823257124
        },
        {
            "start": 823257597,
            "stop": 823257657
        },
        {
            "start": 823257914,
            "stop": 823257974
        },
        {
            "start": 823258434,
            "stop": 823258674
        },
        {
            "start": 823259378,
            "stop": 823259438
        },
        {
            "start": 823261293,
            "stop": 823261353
        },
        {
            "start": 823341734,
            "stop": 823341794
        },
        {
            "start": 823411260,
            "stop": 823411500
        },
        {
            "start": 823411947,
            "stop": 823412127
        },
        {
            "start": 823412325,
            "stop": 823412865
        },
        {
            "start": 823413182,
            "stop": 823413662
        },
        {
            "start": 823413825,
            "stop": 823414005
        }
    ]
}