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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=202",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 203,
    "results": [
        {
            "start": 820850455,
            "stop": 820850457
        },
        {
            "start": 820850464,
            "stop": 820850688
        },
        {
            "start": 820850696,
            "stop": 820850702
        },
        {
            "start": 820850716,
            "stop": 820850907
        },
        {
            "start": 820850918,
            "stop": 820850932
        },
        {
            "start": 820850941,
            "stop": 820850967
        },
        {
            "start": 820850981,
            "stop": 820851001
        },
        {
            "start": 820851008,
            "stop": 820851026
        },
        {
            "start": 820851041,
            "stop": 820851050
        },
        {
            "start": 820851072,
            "stop": 820851080
        },
        {
            "start": 820851087,
            "stop": 820851119
        },
        {
            "start": 820851127,
            "stop": 820851138
        },
        {
            "start": 820851155,
            "stop": 820851200
        },
        {
            "start": 820883665,
            "stop": 820883761
        },
        {
            "start": 820883794,
            "stop": 820883829
        },
        {
            "start": 820883858,
            "stop": 820883892
        },
        {
            "start": 820883945,
            "stop": 820883974
        },
        {
            "start": 820884028,
            "stop": 820884033
        },
        {
            "start": 820884121,
            "stop": 820884145
        },
        {
            "start": 820884175,
            "stop": 820884177
        }
    ]
}