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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=956",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 957,
    "results": [
        {
            "start": 867970793,
            "stop": 867976133
        },
        {
            "start": 867976283,
            "stop": 867983063
        },
        {
            "start": 867983213,
            "stop": 867984953
        },
        {
            "start": 867985179,
            "stop": 867987879
        },
        {
            "start": 867988325,
            "stop": 867991145
        },
        {
            "start": 867991325,
            "stop": 867994505
        },
        {
            "start": 867994705,
            "stop": 867998125
        },
        {
            "start": 868000186,
            "stop": 868007986
        },
        {
            "start": 868008203,
            "stop": 868009583
        },
        {
            "start": 868009736,
            "stop": 868013696
        },
        {
            "start": 868013833,
            "stop": 868015633
        },
        {
            "start": 868015783,
            "stop": 868018873
        },
        {
            "start": 868019161,
            "stop": 868020001
        },
        {
            "start": 868020926,
            "stop": 868022606
        },
        {
            "start": 868022770,
            "stop": 868023010
        },
        {
            "start": 868023611,
            "stop": 868027811
        },
        {
            "start": 868027991,
            "stop": 868028051
        },
        {
            "start": 868028343,
            "stop": 868028763
        },
        {
            "start": 868028944,
            "stop": 868032844
        },
        {
            "start": 868033081,
            "stop": 868034581
        }
    ]
}