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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=35",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 36,
    "results": [
        {
            "start": 931270342,
            "stop": 931270343
        },
        {
            "start": 931270361,
            "stop": 931270377
        },
        {
            "start": 931270408,
            "stop": 931270672
        },
        {
            "start": 931270690,
            "stop": 931270791
        },
        {
            "start": 931270812,
            "stop": 931270945
        },
        {
            "start": 931270966,
            "stop": 931271069
        },
        {
            "start": 931271087,
            "stop": 931271207
        },
        {
            "start": 931271227,
            "stop": 931271234
        },
        {
            "start": 931271236,
            "stop": 931271245
        },
        {
            "start": 931271277,
            "stop": 931271297
        },
        {
            "start": 931271318,
            "stop": 931271348
        },
        {
            "start": 931271365,
            "stop": 931271664
        },
        {
            "start": 931275027,
            "stop": 931275054
        },
        {
            "start": 931275071,
            "stop": 931275140
        },
        {
            "start": 931275159,
            "stop": 931275659
        },
        {
            "start": 931283343,
            "stop": 931283346
        },
        {
            "start": 931283347,
            "stop": 931283350
        },
        {
            "start": 931283465,
            "stop": 931283486
        },
        {
            "start": 931283514,
            "stop": 931283566
        },
        {
            "start": 931283584,
            "stop": 931283642
        }
    ]
}