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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=2",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 3,
    "results": [
        {
            "start": 815838512,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815889269
        },
        {
            "start": 815889406,
            "stop": 815890633
        },
        {
            "start": 815892907,
            "stop": 815902153
        },
        {
            "start": 815902187,
            "stop": 815902190
        },
        {
            "start": 815902260,
            "stop": 815904913
        },
        {
            "start": 815904962,
            "stop": 815904965
        },
        {
            "start": 815912574,
            "stop": 815913187
        },
        {
            "start": 815916245,
            "stop": 815917033
        },
        {
            "start": 815917034,
            "stop": 815917037
        },
        {
            "start": 815927183,
            "stop": 815927353
        },
        {
            "start": 815927380,
            "stop": 815927383
        },
        {
            "start": 815928305,
            "stop": 815928363
        },
        {
            "start": 815931030,
            "stop": 815931056
        },
        {
            "start": 815962530,
            "stop": 815962812
        },
        {
            "start": 815963531,
            "stop": 815963893
        },
        {
            "start": 815964775,
            "stop": 815965321
        },
        {
            "start": 815965936,
            "stop": 815966713
        },
        {
            "start": 815966753,
            "stop": 815966755
        },
        {
            "start": 815966831,
            "stop": 815966839
        }
    ]
}