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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=3",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 4,
    "results": [
        {
            "start": 829412584,
            "stop": 829436764
        },
        {
            "start": 829438319,
            "stop": 829455004
        },
        {
            "start": 829458118,
            "stop": 829495804
        },
        {
            "start": 829497719,
            "stop": 829504864
        },
        {
            "start": 829508084,
            "stop": 829515664
        },
        {
            "start": 829516004,
            "stop": 829634164
        },
        {
            "start": 829635719,
            "stop": 829842124
        },
        {
            "start": 829861319,
            "stop": 829894744
        },
        {
            "start": 829933319,
            "stop": 829973164
        },
        {
            "start": 829984319,
            "stop": 830026864
        },
        {
            "start": 830027264,
            "stop": 830028155
        },
        {
            "start": 830028719,
            "stop": 830063524
        },
        {
            "start": 830098319,
            "stop": 830161684
        },
        {
            "start": 830188319,
            "stop": 830282824
        },
        {
            "start": 830343719,
            "stop": 830380906
        },
        {
            "start": 830382719,
            "stop": 830444584
        },
        {
            "start": 830452920,
            "stop": 830469244
        },
        {
            "start": 830494919,
            "stop": 830589904
        },
        {
            "start": 830633504,
            "stop": 830641024
        },
        {
            "start": 830644604,
            "stop": 830657704
        }
    ]
}