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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8375",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8376,
    "results": [
        {
            "start": 874816128,
            "stop": 874816132
        },
        {
            "start": 874816152,
            "stop": 874816200
        },
        {
            "start": 874816260,
            "stop": 874816350
        },
        {
            "start": 874816370,
            "stop": 874816493
        },
        {
            "start": 874816512,
            "stop": 874817333
        },
        {
            "start": 874817353,
            "stop": 874817580
        },
        {
            "start": 874819331,
            "stop": 874819368
        },
        {
            "start": 874819560,
            "stop": 874819740
        },
        {
            "start": 874819800,
            "stop": 874819845
        },
        {
            "start": 874819864,
            "stop": 874819985
        },
        {
            "start": 874820004,
            "stop": 874820040
        },
        {
            "start": 874820100,
            "stop": 874820170
        },
        {
            "start": 874820189,
            "stop": 874820291
        },
        {
            "start": 874820310,
            "stop": 874820460
        },
        {
            "start": 874820520,
            "stop": 874820640
        },
        {
            "start": 874820700,
            "stop": 874821000
        },
        {
            "start": 874821060,
            "stop": 874821080
        },
        {
            "start": 874821180,
            "stop": 874821319
        },
        {
            "start": 874821338,
            "stop": 874821420
        },
        {
            "start": 874821540,
            "stop": 874821720
        }
    ]
}