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/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=24",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 25,
    "results": [
        {
            "start": 818565563,
            "stop": 818569747
        },
        {
            "start": 818576092,
            "stop": 818635021
        },
        {
            "start": 818636570,
            "stop": 818645231
        },
        {
            "start": 818646745,
            "stop": 818677622
        },
        {
            "start": 818679152,
            "stop": 818734853
        },
        {
            "start": 818736085,
            "stop": 818779680
        },
        {
            "start": 818780256,
            "stop": 818793840
        },
        {
            "start": 818795057,
            "stop": 818830624
        },
        {
            "start": 818830656,
            "stop": 818831824
        },
        {
            "start": 818832807,
            "stop": 818850528
        },
        {
            "start": 818850560,
            "stop": 818878562
        },
        {
            "start": 818879607,
            "stop": 818894112
        },
        {
            "start": 818894144,
            "stop": 818896704
        },
        {
            "start": 818896736,
            "stop": 818909696
        },
        {
            "start": 818909728,
            "stop": 818910208
        },
        {
            "start": 818910240,
            "stop": 818937824
        },
        {
            "start": 818937856,
            "stop": 818951552
        },
        {
            "start": 818951584,
            "stop": 818957248
        },
        {
            "start": 818957280,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818962144
        }
    ]
}