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/H2_STOCH_CAT1/segments?format=api&page=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=225",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 226,
    "results": [
        {
            "start": 853510095,
            "stop": 853515294
        },
        {
            "start": 853515305,
            "stop": 853522273
        },
        {
            "start": 853522284,
            "stop": 853522287
        },
        {
            "start": 853579586,
            "stop": 853595407
        },
        {
            "start": 853597066,
            "stop": 853603856
        },
        {
            "start": 853666463,
            "stop": 853668706
        },
        {
            "start": 853669905,
            "stop": 853673706
        },
        {
            "start": 853674386,
            "stop": 853686620
        },
        {
            "start": 853686917,
            "stop": 853689145
        },
        {
            "start": 853746598,
            "stop": 853758744
        },
        {
            "start": 853760307,
            "stop": 853781095
        },
        {
            "start": 853832364,
            "stop": 853838670
        },
        {
            "start": 853843331,
            "stop": 853865016
        },
        {
            "start": 853931656,
            "stop": 853949405
        },
        {
            "start": 853951446,
            "stop": 853952599
        },
        {
            "start": 853952607,
            "stop": 853952608
        },
        {
            "start": 853952611,
            "stop": 853952614
        },
        {
            "start": 853952617,
            "stop": 853955016
        },
        {
            "start": 853956065,
            "stop": 853966095
        },
        {
            "start": 854006768,
            "stop": 854041738
        }
    ]
}