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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=120",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 121,
    "results": [
        {
            "start": 827235004,
            "stop": 827235009
        },
        {
            "start": 827235013,
            "stop": 827235029
        },
        {
            "start": 827235037,
            "stop": 827235053
        },
        {
            "start": 827235056,
            "stop": 827235120
        },
        {
            "start": 827235125,
            "stop": 827235221
        },
        {
            "start": 827235234,
            "stop": 827235269
        },
        {
            "start": 827235273,
            "stop": 827235279
        },
        {
            "start": 827235291,
            "stop": 827235297
        },
        {
            "start": 827235301,
            "stop": 827235330
        },
        {
            "start": 827235339,
            "stop": 827235349
        },
        {
            "start": 827235354,
            "stop": 827235359
        },
        {
            "start": 827235363,
            "stop": 827235384
        },
        {
            "start": 827235387,
            "stop": 827235417
        },
        {
            "start": 827235430,
            "stop": 827235441
        },
        {
            "start": 827235444,
            "stop": 827235450
        },
        {
            "start": 827235454,
            "stop": 827235479
        },
        {
            "start": 827235482,
            "stop": 827235498
        },
        {
            "start": 827235502,
            "stop": 827235508
        },
        {
            "start": 827235512,
            "stop": 827235536
        },
        {
            "start": 827235541,
            "stop": 827235551
        }
    ]
}