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/H1_STOCH_CAT1/segments?format=api&page=69
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=68",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 69,
    "results": [
        {
            "start": 822957395,
            "stop": 822962223
        },
        {
            "start": 822962332,
            "stop": 822966493
        },
        {
            "start": 822968760,
            "stop": 822968768
        },
        {
            "start": 822968800,
            "stop": 822970947
        },
        {
            "start": 822971802,
            "stop": 822974893
        },
        {
            "start": 822975063,
            "stop": 822977382
        },
        {
            "start": 822977557,
            "stop": 822982400
        },
        {
            "start": 822982432,
            "stop": 822993529
        },
        {
            "start": 822993606,
            "stop": 822997120
        },
        {
            "start": 822997152,
            "stop": 823000512
        },
        {
            "start": 823000544,
            "stop": 823012282
        },
        {
            "start": 823012285,
            "stop": 823012332
        },
        {
            "start": 823014112,
            "stop": 823017613
        },
        {
            "start": 823018000,
            "stop": 823018328
        },
        {
            "start": 823020636,
            "stop": 823021813
        },
        {
            "start": 823021942,
            "stop": 823022053
        },
        {
            "start": 823022220,
            "stop": 823022893
        },
        {
            "start": 823023021,
            "stop": 823023253
        },
        {
            "start": 823023624,
            "stop": 823026496
        },
        {
            "start": 823026528,
            "stop": 823029611
        }
    ]
}