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=918
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=919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=917",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 918,
    "results": [
        {
            "start": 865279787,
            "stop": 865280567
        },
        {
            "start": 865280745,
            "stop": 865282305
        },
        {
            "start": 865282461,
            "stop": 865282641
        },
        {
            "start": 865293859,
            "stop": 865297699
        },
        {
            "start": 865298683,
            "stop": 865299283
        },
        {
            "start": 865299433,
            "stop": 865301563
        },
        {
            "start": 865301767,
            "stop": 865302637
        },
        {
            "start": 865302787,
            "stop": 865308547
        },
        {
            "start": 865308769,
            "stop": 865313029
        },
        {
            "start": 865313179,
            "stop": 865318309
        },
        {
            "start": 865318488,
            "stop": 865319148
        },
        {
            "start": 865319298,
            "stop": 865320228
        },
        {
            "start": 865320460,
            "stop": 865321060
        },
        {
            "start": 865322139,
            "stop": 865327179
        },
        {
            "start": 865327452,
            "stop": 865329192
        },
        {
            "start": 865329342,
            "stop": 865332732
        },
        {
            "start": 865332881,
            "stop": 865334081
        },
        {
            "start": 865334379,
            "stop": 865337979
        },
        {
            "start": 865338182,
            "stop": 865338302
        },
        {
            "start": 865338434,
            "stop": 865338974
        }
    ]
}