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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=139",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 140,
    "results": [
        {
            "start": 818288041,
            "stop": 818288163
        },
        {
            "start": 818288180,
            "stop": 818288192
        },
        {
            "start": 818288209,
            "stop": 818288690
        },
        {
            "start": 818288707,
            "stop": 818288743
        },
        {
            "start": 818288761,
            "stop": 818288998
        },
        {
            "start": 818289015,
            "stop": 818289065
        },
        {
            "start": 818289082,
            "stop": 818289496
        },
        {
            "start": 818289513,
            "stop": 818289560
        },
        {
            "start": 818289577,
            "stop": 818289837
        },
        {
            "start": 818289854,
            "stop": 818289887
        },
        {
            "start": 818289904,
            "stop": 818289967
        },
        {
            "start": 818290104,
            "stop": 818290354
        },
        {
            "start": 818290371,
            "stop": 818290402
        },
        {
            "start": 818290419,
            "stop": 818290521
        },
        {
            "start": 818290538,
            "stop": 818290584
        },
        {
            "start": 818290601,
            "stop": 818290856
        },
        {
            "start": 818290873,
            "stop": 818290909
        },
        {
            "start": 818290926,
            "stop": 818290997
        },
        {
            "start": 818291014,
            "stop": 818291086
        },
        {
            "start": 818291103,
            "stop": 818291179
        }
    ]
}