Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=63
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=62",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 63,
    "results": [
        {
            "start": 952345876,
            "stop": 952354378
        },
        {
            "start": 952363578,
            "stop": 952363609
        },
        {
            "start": 952383838,
            "stop": 952389513
        },
        {
            "start": 952390541,
            "stop": 952405324
        },
        {
            "start": 952405948,
            "stop": 952420785
        },
        {
            "start": 952430714,
            "stop": 952444033
        },
        {
            "start": 952444053,
            "stop": 952448595
        },
        {
            "start": 952450101,
            "stop": 952451781
        },
        {
            "start": 952456053,
            "stop": 952461209
        },
        {
            "start": 952478982,
            "stop": 952482513
        },
        {
            "start": 952499821,
            "stop": 952513169
        },
        {
            "start": 952517590,
            "stop": 952520267
        },
        {
            "start": 952522276,
            "stop": 952544873
        },
        {
            "start": 952545407,
            "stop": 952553532
        },
        {
            "start": 952556487,
            "stop": 952566147
        },
        {
            "start": 952594296,
            "stop": 952595547
        },
        {
            "start": 952597799,
            "stop": 952601543
        },
        {
            "start": 952603580,
            "stop": 952614820
        },
        {
            "start": 952617757,
            "stop": 952641055
        },
        {
            "start": 952643611,
            "stop": 952657464
        }
    ]
}