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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=271",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 272,
    "results": [
        {
            "start": 820930498,
            "stop": 820930544
        },
        {
            "start": 820930548,
            "stop": 820930634
        },
        {
            "start": 820930637,
            "stop": 820930665
        },
        {
            "start": 820930668,
            "stop": 820930673
        },
        {
            "start": 820930677,
            "stop": 820930775
        },
        {
            "start": 820930778,
            "stop": 820930830
        },
        {
            "start": 820930833,
            "stop": 820930846
        },
        {
            "start": 820930849,
            "stop": 820930926
        },
        {
            "start": 820930929,
            "stop": 820931090
        },
        {
            "start": 820931093,
            "stop": 820931111
        },
        {
            "start": 820931115,
            "stop": 820931121
        },
        {
            "start": 820931124,
            "stop": 820931145
        },
        {
            "start": 820931148,
            "stop": 820931149
        },
        {
            "start": 820931152,
            "stop": 820931162
        },
        {
            "start": 820931165,
            "stop": 820931307
        },
        {
            "start": 820931311,
            "stop": 820931312
        },
        {
            "start": 820931316,
            "stop": 820931586
        },
        {
            "start": 820931589,
            "stop": 820931675
        },
        {
            "start": 820931678,
            "stop": 820931820
        },
        {
            "start": 820931823,
            "stop": 820931889
        }
    ]
}