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=921
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=922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=920",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 921,
    "results": [
        {
            "start": 865439359,
            "stop": 865439419
        },
        {
            "start": 865440053,
            "stop": 865440173
        },
        {
            "start": 865440554,
            "stop": 865441454
        },
        {
            "start": 865441750,
            "stop": 865442590
        },
        {
            "start": 865442870,
            "stop": 865443410
        },
        {
            "start": 865443577,
            "stop": 865444117
        },
        {
            "start": 865444282,
            "stop": 865446322
        },
        {
            "start": 865446477,
            "stop": 865446597
        },
        {
            "start": 865446761,
            "stop": 865447601
        },
        {
            "start": 865447929,
            "stop": 865448949
        },
        {
            "start": 865449097,
            "stop": 865449637
        },
        {
            "start": 865449878,
            "stop": 865450118
        },
        {
            "start": 865450486,
            "stop": 865450546
        },
        {
            "start": 865450736,
            "stop": 865450856
        },
        {
            "start": 865451066,
            "stop": 865451186
        },
        {
            "start": 865451316,
            "stop": 865454196
        },
        {
            "start": 865454352,
            "stop": 865455192
        },
        {
            "start": 865455328,
            "stop": 865456168
        },
        {
            "start": 865456228,
            "stop": 865456288
        },
        {
            "start": 865458940,
            "stop": 865460560
        }
    ]
}