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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=47",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 48,
    "results": [
        {
            "start": 821394441,
            "stop": 821456809
        },
        {
            "start": 821461916,
            "stop": 821467633
        },
        {
            "start": 821469601,
            "stop": 821477413
        },
        {
            "start": 821479678,
            "stop": 821480113
        },
        {
            "start": 821482538,
            "stop": 821483353
        },
        {
            "start": 821484249,
            "stop": 821484657
        },
        {
            "start": 821486277,
            "stop": 821486567
        },
        {
            "start": 821489091,
            "stop": 821489353
        },
        {
            "start": 821489381,
            "stop": 821489383
        },
        {
            "start": 821490217,
            "stop": 821496253
        },
        {
            "start": 821497024,
            "stop": 821514234
        },
        {
            "start": 821516932,
            "stop": 821517553
        },
        {
            "start": 821517554,
            "stop": 821517556
        },
        {
            "start": 821517647,
            "stop": 821520373
        },
        {
            "start": 821521226,
            "stop": 821522814
        },
        {
            "start": 821524082,
            "stop": 821528653
        },
        {
            "start": 821528694,
            "stop": 821528695
        },
        {
            "start": 821528919,
            "stop": 821536032
        },
        {
            "start": 821538177,
            "stop": 821538613
        },
        {
            "start": 821538623,
            "stop": 821538625
        }
    ]
}