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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=147",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 148,
    "results": [
        {
            "start": 822591575,
            "stop": 822591635
        },
        {
            "start": 822591769,
            "stop": 822592069
        },
        {
            "start": 822592505,
            "stop": 822592745
        },
        {
            "start": 822594948,
            "stop": 822595008
        },
        {
            "start": 822595233,
            "stop": 822595353
        },
        {
            "start": 822595959,
            "stop": 822596019
        },
        {
            "start": 822596304,
            "stop": 822596484
        },
        {
            "start": 822596860,
            "stop": 822596920
        },
        {
            "start": 822597328,
            "stop": 822597388
        },
        {
            "start": 822599204,
            "stop": 822599264
        },
        {
            "start": 822599775,
            "stop": 822599955
        },
        {
            "start": 822603171,
            "stop": 822603231
        },
        {
            "start": 822605831,
            "stop": 822605891
        },
        {
            "start": 822606177,
            "stop": 822606417
        },
        {
            "start": 822606754,
            "stop": 822607234
        },
        {
            "start": 822607385,
            "stop": 822609785
        },
        {
            "start": 822609943,
            "stop": 822610123
        },
        {
            "start": 822611085,
            "stop": 822612705
        },
        {
            "start": 822612847,
            "stop": 822612967
        },
        {
            "start": 822613128,
            "stop": 822614568
        }
    ]
}