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=979
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=980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=978",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 979,
    "results": [
        {
            "start": 869600695,
            "stop": 869603695
        },
        {
            "start": 869604608,
            "stop": 869604788
        },
        {
            "start": 869605136,
            "stop": 869606996
        },
        {
            "start": 869607195,
            "stop": 869613795
        },
        {
            "start": 869623027,
            "stop": 869623567
        },
        {
            "start": 869623703,
            "stop": 869623853
        },
        {
            "start": 869624003,
            "stop": 869644043
        },
        {
            "start": 869644193,
            "stop": 869645303
        },
        {
            "start": 869651268,
            "stop": 869662128
        },
        {
            "start": 869662188,
            "stop": 869668488
        },
        {
            "start": 869672362,
            "stop": 869675302
        },
        {
            "start": 869675457,
            "stop": 869677257
        },
        {
            "start": 869678208,
            "stop": 869680008
        },
        {
            "start": 869680795,
            "stop": 869684125
        },
        {
            "start": 869684275,
            "stop": 869685535
        },
        {
            "start": 869685710,
            "stop": 869685890
        },
        {
            "start": 869686058,
            "stop": 869686448
        },
        {
            "start": 869686538,
            "stop": 869687918
        },
        {
            "start": 869688213,
            "stop": 869702433
        },
        {
            "start": 869702622,
            "stop": 869709102
        }
    ]
}