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=720
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=721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=719",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 720,
    "results": [
        {
            "start": 853749322,
            "stop": 853749592
        },
        {
            "start": 853749622,
            "stop": 853750432
        },
        {
            "start": 853750462,
            "stop": 853754842
        },
        {
            "start": 853754872,
            "stop": 853755472
        },
        {
            "start": 853755622,
            "stop": 853756072
        },
        {
            "start": 853756132,
            "stop": 853758322
        },
        {
            "start": 853758352,
            "stop": 853760872
        },
        {
            "start": 853760902,
            "stop": 853761802
        },
        {
            "start": 853763410,
            "stop": 853763470
        },
        {
            "start": 853763941,
            "stop": 853766461
        },
        {
            "start": 853767670,
            "stop": 853768540
        },
        {
            "start": 853768570,
            "stop": 853769050
        },
        {
            "start": 853769280,
            "stop": 853769580
        },
        {
            "start": 853769762,
            "stop": 853770122
        },
        {
            "start": 853770152,
            "stop": 853770782
        },
        {
            "start": 853770944,
            "stop": 853771664
        },
        {
            "start": 853771754,
            "stop": 853771844
        },
        {
            "start": 853832618,
            "stop": 853834418
        },
        {
            "start": 853834761,
            "stop": 853836681
        },
        {
            "start": 853836711,
            "stop": 853838601
        }
    ]
}