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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=86",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 87,
    "results": [
        {
            "start": 822910941,
            "stop": 822910956
        },
        {
            "start": 822910965,
            "stop": 822913102
        },
        {
            "start": 822913106,
            "stop": 822913184
        },
        {
            "start": 822913188,
            "stop": 822913375
        },
        {
            "start": 822913379,
            "stop": 822913389
        },
        {
            "start": 822913398,
            "stop": 822913418
        },
        {
            "start": 822913422,
            "stop": 822913442
        },
        {
            "start": 822913447,
            "stop": 822913452
        },
        {
            "start": 822913456,
            "stop": 822913567
        },
        {
            "start": 822913571,
            "stop": 822913577
        },
        {
            "start": 822913585,
            "stop": 822914499
        },
        {
            "start": 822914513,
            "stop": 822914533
        },
        {
            "start": 822914537,
            "stop": 822914595
        },
        {
            "start": 822914599,
            "stop": 822914629
        },
        {
            "start": 822914633,
            "stop": 822914653
        },
        {
            "start": 822914657,
            "stop": 822914754
        },
        {
            "start": 822914762,
            "stop": 822914768
        },
        {
            "start": 822914776,
            "stop": 822914792
        },
        {
            "start": 822914795,
            "stop": 822914820
        },
        {
            "start": 822914824,
            "stop": 822914873
        }
    ]
}