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=942
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=943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=941",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 942,
    "results": [
        {
            "start": 866757022,
            "stop": 866761102
        },
        {
            "start": 866761299,
            "stop": 866761779
        },
        {
            "start": 866761990,
            "stop": 866762290
        },
        {
            "start": 866762451,
            "stop": 866762931
        },
        {
            "start": 866763081,
            "stop": 866769261
        },
        {
            "start": 866769411,
            "stop": 866770131
        },
        {
            "start": 866770389,
            "stop": 866770809
        },
        {
            "start": 866771090,
            "stop": 866771750
        },
        {
            "start": 866771840,
            "stop": 866772740
        },
        {
            "start": 866772890,
            "stop": 866773970
        },
        {
            "start": 866784937,
            "stop": 866787037
        },
        {
            "start": 866788586,
            "stop": 866794586
        },
        {
            "start": 866794812,
            "stop": 866803182
        },
        {
            "start": 866803332,
            "stop": 866803632
        },
        {
            "start": 866803803,
            "stop": 866804763
        },
        {
            "start": 866804965,
            "stop": 866809165
        },
        {
            "start": 866809315,
            "stop": 866809375
        },
        {
            "start": 866809525,
            "stop": 866810125
        },
        {
            "start": 866812692,
            "stop": 866813052
        },
        {
            "start": 866813216,
            "stop": 866813516
        }
    ]
}