Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1110",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1108",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1109,
    "results": [
        {
            "start": 1136426708,
            "stop": 1136426719
        },
        {
            "start": 1136426724,
            "stop": 1136426748
        },
        {
            "start": 1136426754,
            "stop": 1136426755
        },
        {
            "start": 1136426759,
            "stop": 1136426760
        },
        {
            "start": 1136426763,
            "stop": 1136426767
        },
        {
            "start": 1136426771,
            "stop": 1136426773
        },
        {
            "start": 1136426776,
            "stop": 1136426777
        },
        {
            "start": 1136426781,
            "stop": 1136426786
        },
        {
            "start": 1136426795,
            "stop": 1136426796
        },
        {
            "start": 1136426802,
            "stop": 1136426804
        },
        {
            "start": 1136426822,
            "stop": 1136426823
        },
        {
            "start": 1136426826,
            "stop": 1136426827
        },
        {
            "start": 1136426838,
            "stop": 1136426839
        },
        {
            "start": 1136426842,
            "stop": 1136426845
        },
        {
            "start": 1136426848,
            "stop": 1136426854
        },
        {
            "start": 1136426857,
            "stop": 1136426863
        },
        {
            "start": 1136426866,
            "stop": 1136426871
        },
        {
            "start": 1136426875,
            "stop": 1136426876
        },
        {
            "start": 1136426881,
            "stop": 1136426886
        },
        {
            "start": 1136426910,
            "stop": 1136426918
        }
    ]
}