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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=8",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 9,
    "results": [
        {
            "start": 817430054,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817447573
        },
        {
            "start": 817451182,
            "stop": 817462753
        },
        {
            "start": 817463345,
            "stop": 817473073
        },
        {
            "start": 817474958,
            "stop": 817476613
        },
        {
            "start": 817477300,
            "stop": 817477561
        },
        {
            "start": 817513848,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817542133
        },
        {
            "start": 817543022,
            "stop": 817552573
        },
        {
            "start": 817553384,
            "stop": 817565869
        },
        {
            "start": 817580832,
            "stop": 817587313
        },
        {
            "start": 817589035,
            "stop": 817594124
        },
        {
            "start": 817600227,
            "stop": 817600657
        },
        {
            "start": 817600658,
            "stop": 817605290
        },
        {
            "start": 817605369,
            "stop": 817632913
        },
        {
            "start": 817634454,
            "stop": 817635068
        },
        {
            "start": 817635730,
            "stop": 817638193
        },
        {
            "start": 817638857,
            "stop": 817661773
        },
        {
            "start": 817692013,
            "stop": 817698553
        },
        {
            "start": 817700009,
            "stop": 817700159
        }
    ]
}