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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=173",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 174,
    "results": [
        {
            "start": 955753060,
            "stop": 955767400
        },
        {
            "start": 955768853,
            "stop": 955783012
        },
        {
            "start": 955786084,
            "stop": 955786090
        },
        {
            "start": 955786173,
            "stop": 955790378
        },
        {
            "start": 955794865,
            "stop": 955795059
        },
        {
            "start": 955795252,
            "stop": 955795886
        },
        {
            "start": 955797581,
            "stop": 955798870
        },
        {
            "start": 955800352,
            "stop": 955810922
        },
        {
            "start": 955843908,
            "stop": 955848906
        },
        {
            "start": 955852055,
            "stop": 955862498
        },
        {
            "start": 955864486,
            "stop": 955864783
        },
        {
            "start": 955866456,
            "stop": 955869830
        },
        {
            "start": 955871613,
            "stop": 955888888
        },
        {
            "start": 955890297,
            "stop": 955902865
        },
        {
            "start": 955922991,
            "stop": 955923943
        },
        {
            "start": 955925355,
            "stop": 955927821
        },
        {
            "start": 955927834,
            "stop": 955927919
        },
        {
            "start": 955937585,
            "stop": 955937703
        },
        {
            "start": 955937770,
            "stop": 955948968
        },
        {
            "start": 955951806,
            "stop": 955965773
        }
    ]
}