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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=110",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 111,
    "results": [
        {
            "start": 834598884,
            "stop": 834614410
        },
        {
            "start": 834620814,
            "stop": 834621704
        },
        {
            "start": 834621711,
            "stop": 834621873
        },
        {
            "start": 834621880,
            "stop": 834622113
        },
        {
            "start": 834622121,
            "stop": 834622865
        },
        {
            "start": 834626164,
            "stop": 834631955
        },
        {
            "start": 834633082,
            "stop": 834634715
        },
        {
            "start": 834636137,
            "stop": 834636297
        },
        {
            "start": 834641495,
            "stop": 834642562
        },
        {
            "start": 834644221,
            "stop": 834646519
        },
        {
            "start": 834647513,
            "stop": 834648018
        },
        {
            "start": 834648096,
            "stop": 834649781
        },
        {
            "start": 834651954,
            "stop": 834656336
        },
        {
            "start": 834656344,
            "stop": 834656939
        },
        {
            "start": 834658682,
            "stop": 834660414
        },
        {
            "start": 834660502,
            "stop": 834660835
        },
        {
            "start": 834662144,
            "stop": 834664923
        },
        {
            "start": 834664930,
            "stop": 834665166
        },
        {
            "start": 834666136,
            "stop": 834667195
        },
        {
            "start": 834668463,
            "stop": 834668937
        }
    ]
}